Skip to content
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

Closed
UUsmonov opened this issue Jul 10, 2020 · 21 comments · Fixed by #2386
Closed

Token of bearer authorisation disappears after pasting in version 2020.3.0 for Mac #2377

UUsmonov opened this issue Jul 10, 2020 · 21 comments · Fixed by #2386
Labels
B-bug Bug: general classification P-high Priority: High

Comments

@UUsmonov
Copy link

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.

Screenshot 2020-07-10 at 08 12 19

In this screenshot we can see that bearer token is sent correct.

Screenshot 2020-07-10 at 08 12 33

This is my problematic case. The token suddenly disappears(

  • OS: macOS 10.15.5
  • Installation Method: Automatic update & manual downloaded from site
  • App Version 2020.3.0
@develohpanda
Copy link
Contributor

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. 🤗

@develohpanda develohpanda added B-bug Bug: general classification P-high Priority: High labels Jul 10, 2020
@andriusvo
Copy link

Same on the Ubuntu 18.04

@tisswb
Copy link

tisswb commented Jul 10, 2020

Same on Window 10

@cancng
Copy link

cancng commented Jul 10, 2020

Same on Windows 10. header values are disappearing.

@DasJott
Copy link

DasJott commented Jul 10, 2020

Same here on Manjaro Linux. Can not use.

@oscarmeanwell
Copy link

Same on Linux mint 18 and macOS Mojave.

@tammo
Copy link

tammo commented Jul 10, 2020

Made a small gif, maybe that helps to understand how to reproduce it. Copy and pasting seems to not work correctly.

CleanShot 2020-07-10 at 16 07 09

@oscarmeanwell
Copy link

Anyone wanting to downgrade because of issues here is the link

@RayBB
Copy link

RayBB commented Jul 10, 2020

@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.

@alexislopes
Copy link

for those looking for a workaround:

- click the field and type something;
- click out of the field;
- click the field again and paste your content right after the content typed;
- click out of the field and it should work;
- then just clean the previosly typed content;

I tried to paste right before the typed chracters, same fail.

@thomaslevesque
Copy link

I'm seeing this as well.
It also happens when I paste in the environment JSON

The workaround suggested by @alexislopes seems to work

@nijikokun
Copy link
Contributor

nijikokun commented Jul 10, 2020

We are currently looking into it 🕵️‍♀️

Sorry for any issues this has caused 🙇‍♂️

@SFBorland
Copy link

SFBorland commented Jul 10, 2020

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

@FelipeSSantos1
Copy link

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

@EXPEylazzari
Copy link

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!

@nijikokun
Copy link
Contributor

Looks like we have found the root cause to be a recently merged PR, we are currently working on a fix. 🙏

@KakoF
Copy link

KakoF commented Jul 10, 2020

Same problem! Token disapear, no store env variables.

@gschier
Copy link
Contributor

gschier commented Jul 10, 2020

There's now a fix out for this in 2020.3.2

@gschier gschier closed this as completed Jul 10, 2020
@UUsmonov
Copy link
Author

Hi @develohpanda thank for your fast feedback.
I'm sorry that I haven't answer immediately. Since it didn't work for me I had to downgrade to version 2020.2.2.
I was in hurry because I had to test my RestApi.

@develohpanda
Copy link
Contributor

I'm sorry that I haven't answer immediately. Since it didn't work for me I had to downgrade to version 2020.2.2.

No worries! Thank you for your report! It has been fixed in 2020.3.3 so you should be okay to upgrade now. 😊

@UUsmonov
Copy link
Author

I'm sorry that I haven't answer immediately. Since it didn't work for me I had to downgrade to version 2020.2.2.

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.
Thank you guys)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification P-high Priority: High
Projects
None yet
Development

Successfully merging a pull request may close this issue.