-
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
Requests don't pick up new OAuth 2.0 token #7880
Comments
@benyaa you can enable Filter responses by environment in Preferences After enable this option, when you change the env, we will find the response matching your current environment |
not sure how it helps.. My requests are sent in the correct environment, that's why I get 401 - when I view the sent auth token what I see is the previous env auth token. When I try to manually use(meaning, change to Bearer token and copying the token to there) the newly generated token of the current env works. But it is not switched to it automatically using |
Does your environment includes OAuth info? |
My env includes the OAuth 2 info that is used to generate the token. Nothing in the auth tab. |
Since you're using |
|
I encountered this bug today as well. Let me know if I can do anything. |
Expected Behavior
That if I generate a new token, all child requests will use new token.
Actual Behavior
When I change environment, I clear the token, generate a new one and it still uses the old token meant for a different environment.
Reproduction Steps
OAuth 2.0
authInherit from parent
authIs there an existing issue for this?
Additional Information
it seems that if I duplicate the request and the duplication uses the new token
Insomnia Version
9.3.3
What operating system are you using?
Ubuntu
Operating System Version
Ubuntu Cinnamon noble 24.04 x86_64
Installation method
AppImage
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: