-
Notifications
You must be signed in to change notification settings - Fork 6
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
I do not see tabs open for each new request #25
Comments
Hi @smiller0924, |
I have the same issue, it was working well before the recent major update of insomnia. |
When the application started and you faced such issue, could you please open dev tools (ctrl+alt+i) and send me example if there are any errors. Unfortunately, I cannot reproduce it and I need you help (= |
That's the thing. There are no errors. It just doesn't run. Not sure what you are looking for from the DEV Tools. If you give me an idea I could narrow it down for you and send you what you need. Thank you. |
After upgrade from V2023.5.5 to v2023.5.8, tabs are now availble. I hope that this post can help you |
Plugin is not working again with 8.0 :( |
I'm on Insomnia 2023.5.8. the plug in does not work. How do you engage it? Is there a trigger of a setting in the plugin? You instructions are a bit sparse on the details. Thank you. |
in 2023.5.8 after each start i need to click on menu : tools/reload plugins |
Same with Insomnia v8.2.0. The plugin isn't loaded on startup and doesn't show tabs at all. Only a manual refresh via Tools → Reload Plugins, as @lmorganl state does show the tabs (and then it works wonderfully). They also appear, if you open Preferences → Plugins, but my guess is, that they reload the plugins when showing the page, so same problem. The problem only exist when starting/opening Insomnia. Once the plugin is loaded, it works without problems. On startup there is the following error in the dev-tools console:
|
Same for me, but could not see any tabs - tried to reload plugins, disable all plugins exept this, clean storage.
|
I will try to look into it, but unfortunately Kong's team not allowing me to continue using fully Insomnia from version 8... I simply cannot login or share anything to their cloud |
Imorganl,
I'm kind of a noob with Insomnia. Which package do I download and how do I
install it?
Thank you.
…On Tue, Oct 17, 2023 at 9:36 AM lmorganl ***@***.***> wrote:
https://github.com/Kong/insomnia/releases/tag/core%408.3.0
back in 8.3 :)
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZZHLVSDDAQ6JZLFGSXXXXDX72CUTAVCNFSM6AAAAAA4VFNK7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONRWGQZTIOBXGY>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Hello Smiller0924 insomnia-plugin-request-navigator is also working with Insomnia 8.3 [insomnia-plugin-request-navigator](https://github.com/Kong/insomnia/releases/ but only on Local Scratch Pad |
Nick,
Thank you. But I still need to know how to make it work. Any ideas?
Thank you
S.
…On Thu, Oct 19, 2023, 3:29 AM lmorganl ***@***.***> wrote:
Hello Smiller0924
insomnia-plugin-request-navigator is also working with Insomnia 8.2
[insomnia-plugin-request-navigator](
https://github.com/Kong/insomnia/releases/ but only on Local Scratch Pad
—
Reply to this email directly, view it on GitHub
<#25 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AZZHLVUJS7ETIXQ4Z4URYPDYADJGRAVCNFSM6AAAAAA4VFNK7SVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMYTONZQGIZDIOBVHE>
.
You are receiving this because you were mentioned.Message ID:
***@***.***
com>
|
Hitting this as well, error is coming from this line:
Looks like |
Same here, v8.3.0 on macOS and no tab unfortunately. |
Same here, never seeing the tabs on startup. I always have to go to the pluing settings and disable/enable the plugin for them to appear. |
This is the log after startup in which I can see an error and a warning relating to request-navigator: These are the continued logs after disabling/enabling the plugin (after which the tabs work/appear): Looks indeed that this is about this line:
|
@NickRimmer I've opened up a pull request to work around this issue, see: #28 This PR implements a (albeit arbitrary) delay to the This is not clean solution to the problem. However I am not up-to-speed with the implementation details of Insomnia and its plugins. So this is my attempt at working around it. It hink ideally some kind of lifecycle or DOM event is observed before setting/looking up the router? Hoping you want to take a look at this and validate my workaround? Thanks for your efforts so far! 🤟🏻 |
For anyone looking for a quick fix ⬇️ I've added the workaround to the plugin code and ZIP'ed it up. Just replace the |
Hey! Just a heads-up that I'm closing old tickets and archiving this repo. I've started working on my own client, where I'll be applying all the ideas I wanted to bring here 😊 It's called RestApia. Feel free to check it out! |
When I click a new request in Insomnia it does not open as a tab. Is there a configuration function that I need to setup?
The text was updated successfully, but these errors were encountered: