Skip to content

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

Open
1 of 4 tasks
bensalaa2000 opened this issue Mar 18, 2025 · 18 comments
Open
1 of 4 tasks

Plugins don't work after upgrading to 11.0.0 #8479

bensalaa2000 opened this issue Mar 18, 2025 · 18 comments
Assignees
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer

Comments

@bensalaa2000
Copy link

Expected Behavior

For all requests, the message is "New Response missing parentId"

Actual Behavior

Image

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?

  • Git sync.
  • Insomnia Cloud sync.
  • Local only

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

@bensalaa2000 bensalaa2000 added B-bug Bug: general classification S-unverified Status: Unverified by maintainer labels Mar 18, 2025
@bensalaa2000
Copy link
Author

Image

@arturjuniorsoluti
Copy link

arturjuniorsoluti commented Mar 18, 2025

Same error on linux

Image

@JaronVoidgazer
Copy link

Same for me. After update to R11.0.0. My getToken request stopped working

Image

New Response missing parentId``

@marlenesco
Copy link

I have the same bug

Image

@cwangsmv
Copy link
Contributor

cwangsmv commented Mar 20, 2025

@bensalaa2000 @JaronVoidgazer @marlenesco @arturjuniorsoluti
I've tried with the same workflow, using OAuth 2.0 in Auth and Click Fetch Tokens button, but it could not reproduce the issue.

Have you installed any plugins?
If so, could you provide a screenshot of the used plugins and disabled all plugins first to see if the issue could be resolved.

@bensalaa2000
Copy link
Author

bensalaa2000 commented Mar 20, 2025

My plugings :
Image

@bensalaa2000
Copy link
Author

I found ths incrimined plugin : "insomnia-plugin-oauth2-token-provider"
Without this plugin, i have no error

@JaronVoidgazer
Copy link

Hi @cwangsmv It worked. I removed some plugins which i do not even use. But it seems this one is making problems
insomnia-plugin-copy-to-clipboard

Image

@EHoglid-NI
Copy link

EHoglid-NI commented Mar 20, 2025

I'm facing issue sending request after the update to Insomnia 11.0.0
Using the Save Variables plugin in the header breaks the request.
Save Variables v.4.0.7
Disable those lines I can send the request.

Image

Image

Image

@marlenesco
Copy link

@bensalaa2000 @JaronVoidgazer @marlenesco @arturjuniorsoluti I've tried with the same workflow, using OAuth 2.0 in Auth and Click Fetch Tokens button, but it could not reproduce the issue.

Have you installed any plugins? If so, could you provide a screenshot of the used plugins and disabled all plugins first to see if the issue could be resolved.

Thank you for your response, but I don't have any other installed plugins @bensalaa2000

@marlenesco
Copy link

Do you know if there are any alternative plugins to 'insomnia-plugin-oauth2-token-provider'?

@cwangsmv
Copy link
Contributor

I'm facing issue sending request after the update to Insomnia 11.0.0 Using the Save Variables plugin in the header breaks the request. Save Variables v.4.0.7 Disable those lines I can send the request.

Image

Image

Image

This is a known issue in #8485 while using environment tags as header name will break the request.

@notjaywu notjaywu changed the title After upgrading to 11.0.0 Plugins don't work after upgrading to 11.0.0 Mar 21, 2025
@maccath
Copy link

maccath commented Mar 22, 2025

I am experiencing the same issue. It appears to be a problem handling Buffer objects from the response.
Minimal plugin to reproduce:

module.exports.responseHooks = [
  (context) => {
    Buffer.from(context.response.getBody());
  }
];

@kitingChris
Copy link

Will have a look into the plugin "insomnia-plugin-oauth2-token-provider" the next days and will try to update it.
Haven't used insomnia for a while myself so didn't realized they changed something that breaks it...

Feel free to open a issue here: https://github.com/AraComITServicesGmbH/insomnia-plugin-oauth2-token-provider/issues

@swoodvitsoe
Copy link

Is there any workaround for this? I have tried adapting the plugin I'm using but as soon as Buffer.from is called, it fails somewhere deeper in the code.

@marlenesco
Copy link

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.

@JohnTrapp
Copy link

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.

@swoodvitsoe
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
B-bug Bug: general classification S-unverified Status: Unverified by maintainer
Projects
None yet
Development

No branches or pull requests