NickRimmer / insomnia-plugin-request-navigator

Lost in Requests? Let's Navigate with new beauty tabs ~_~
https://insomnia.rest/plugins/insomnia-plugin-request-navigator
27 stars 6 forks source link

Stop working with 2023.5 Insomnia version #21

Closed NickRimmer closed 10 months ago

NickRimmer commented 11 months ago

Tabs stop showing after update to a new version

JdKock commented 11 months ago

Same issue for me with Insomnia version 2023.5.5

TorstenD-SAP commented 11 months ago

Same issue for me in version 2023.5.5. The console reports the error:

Uncaught (in promise) TypeError: Cannot read properties of null (reading 'props')

at line 2771 in the file ...\Insomnia\plugins\insomnia-plugin-request-navigator\index.js (function getReactRefs)

blackshot commented 10 months ago

+1 on this

NickRimmer commented 10 months ago

I will look on this until end of this week, I cannot work without tabs in Insomnia anymore 😅

tetsuhaut commented 10 months ago

Don't know if it is the same problem, but trying to install the plugin gives me the following error:

Error: Error invoking remote method 'installPlugin': Error: Yarn error {"type":"error","data":"Received invalid response from npm."}

    at a.invoke (node:electron/js2c/renderer_init:2:7723)
    at async onSubmit (file:///C:/Users/<edited>/AppData/Local/insomnia/app-2023.5.6/resources/app.asar/index-391c2d16.js:195:513)
lmorganl commented 10 months ago

still the issue on 2023.5.7

NickRimmer commented 10 months ago

Yeah... in Insomnia has no redux anymore plugin used for application state manipulation, I'm looking for another way to navigate.

blackshot commented 10 months ago

documentation says the are now using remix

NickRimmer commented 10 months ago

Yep, looks like I found a way to work with remix state from the plugin. Will push updates soon (;

NickRimmer commented 10 months ago

To update, you can install plugin again (not necessary to uninstall old version). Enter plugin name insomnia-plugin-request-navigator and click Install Plugin

image

tetsuhaut commented 10 months ago

Failed to install insomnia-plugin-request-navigator

There may be an issue with the plugin itself, as a note you can discover and install plugins from the Plugin Hub. Additional Information Error: Error invoking remote method 'installPlugin': Error: Yarn error {"type":"warning","data":"package.json: No license field"} {"type":"error","data":"Received invalid response from npm."}

at a.invoke (node:electron/js2c/renderer_init:2:7723)
at async onSubmit (file:///C:/Users/605500423/AppData/Local/insomnia/app-2023.5.7/resources/app.asar/index-7770d3c9.js:195:513)
NickRimmer commented 10 months ago

Hi, @tetsuhaut Wow, interesting. Thank you I will check it