-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Token of bearer authorisation disappears after pasting in version 2020.3.0 for Mac #2377
Comments
Hi @UUsmonov! This may be related to #2354, there seems to be a bug where paste doesn't persist the text. As a workaround, if you paste your code, add a space and remove it (to trigger a save), that should work. Please let me know if that works for you! In the meantime, marking this as high priority, we'll aim to get a fix out soon. 🤗 |
Same on the Ubuntu 18.04 |
Same on Window 10 |
Same on Windows 10. header values are disappearing. |
Same here on Manjaro Linux. Can not use. |
Same on Linux mint 18 and macOS Mojave. |
Anyone wanting to downgrade because of issues here is the link |
@oscarmeanwell thanks for that link! Don't forget to turn off auto update otherwise you'll be upgraded again as soon as you open it. |
for those looking for a workaround:
I tried to paste right before the typed chracters, same fail. |
I'm seeing this as well. The workaround suggested by @alexislopes seems to work |
We are currently looking into it 🕵️♀️ Sorry for any issues this has caused 🙇♂️ |
Similar issue, when pasting anything into the query field, after like 10 seconds it reverts back to the previous value it you sit and stare at it EDIT: MacOs latest |
Also if we start to type some variable name, e then when the list of variable is showed, if we click on that it doesn’t work |
Also having this issue with the latest update that I did today. It was the source of a lot of headaches. Consider this a vote to get this fixed ASAP! Thank you! |
Looks like we have found the root cause to be a recently merged PR, we are currently working on a fix. 🙏 |
Same problem! Token disapear, no store env variables. |
There's now a fix out for this in 2020.3.2 |
Hi @develohpanda thank for your fast feedback. |
No worries! Thank you for your report! It has been fixed in 2020.3.3 so you should be okay to upgrade now. 😊 |
You welcome) I updated successfully to 2020.3.3 and it works correct. |
Describe the bug
While sending a request the token disappears in version 2020.3.0 for Mac. Till yesterday it worked correct but today it updated automatically and this bug appeared. I tried also manually download and install from site. The bug is not gone.
I tried to request to get user information from my secured endpoint. So, I have to provide access token in header as bearer token (JWT). After sometime time (2-3 seconds) the token that I pasted disappears. Both in Auth and in header section.
In this screenshot we can see that bearer token is sent correct.
This is my problematic case. The token suddenly disappears(
The text was updated successfully, but these errors were encountered: