ArchGPT / insomnium

Insomnium is a fast local API testing tool that is privacy-focused and 100% local. For testing GraphQL, REST, WebSockets and gRPC. This is a fork of Kong/insomnia
MIT License
3.33k stars 125 forks source link

Fix request URL being empty when switching between requests #72

Closed Perryvw closed 8 months ago

Perryvw commented 8 months ago

Noticed that when switching between requests, the request URL is cleared out every time. This PR restores the request URL after swithing between two requests

archywillhe commented 8 months ago

yeah; this was a werid one; looked like previously Kong just forced a complete re-rendering to resolve it (and so it causes bug like https://github.com/ArchGPT/insomnium/issues/43)

archywillhe commented 8 months ago

but with https://github.com/ArchGPT/insomnium/commit/8abe223e44619eb5c1547b90a1a586b686faa2a4 now, this surfaces (I haven't tested it enough yet; so thanks for the quick find!)