-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Plugins don't work after upgrading to 11.0.0 #8479
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
Comments
@bensalaa2000 @JaronVoidgazer @marlenesco @arturjuniorsoluti Have you installed any plugins? |
I found ths incrimined plugin : "insomnia-plugin-oauth2-token-provider" |
Hi @cwangsmv It worked. I removed some plugins which i do not even use. But it seems this one is making problems |
I'm facing issue sending request after the update to Insomnia 11.0.0 |
Thank you for your response, but I don't have any other installed plugins @bensalaa2000 |
Do you know if there are any alternative plugins to 'insomnia-plugin-oauth2-token-provider'? |
This is a known issue in #8485 while using environment tags as header name will break the request. |
I am experiencing the same issue. It appears to be a problem handling module.exports.responseHooks = [
(context) => {
Buffer.from(context.response.getBody());
}
]; |
Will have a look into the plugin "insomnia-plugin-oauth2-token-provider" the next days and will try to update it. Feel free to open a issue here: https://github.com/AraComITServicesGmbH/insomnia-plugin-oauth2-token-provider/issues |
Is there any workaround for this? I have tried adapting the plugin I'm using but as soon as |
I made a drastic decision: I rolled back to the old version (https://github.com/Kong/insomnia/releases/tag/core%4010.3.1) and disabled automatic updates. This behavior has fixed the problem. I know it's not the best solution, but it works. |
We also rolled back to the previous version. We have a custom plugin that we absolutely cannot use our flows without. If we need to update our plugin we can, but we will need some guidance as other attempts in this thread have not worked. |
We've been running on the previous version for 2 weeks now and unfortunately we are looking at something else instead of insomnia in the absence of a fix to this. |
Expected Behavior
For all requests, the message is "New Response missing
parentId
"Actual Behavior
Reproduction Steps
When I fetch Tokens --> I have this error : "New Response missing
parentId
"Is there an existing issue for this?
Which sync method do you use?
Additional Information
No response
Insomnia Version
11.0.0
What operating system are you using?
Windows
Operating System Version
Windows 11
Installation method
From Insomnia upade
Last Known Working Insomnia version
No response
The text was updated successfully, but these errors were encountered: