Query params imported from URL only show after refresh
See original GitHub issueDescribe the bug “Import from URL” for query params does not update the UI
To Reproduce
- paste
http://localhost:4000/path?param=test
in the url - go to query tab
- click “import from url”
- Note that the tab shows the count of query params (1) but the keyvalue table does not update
- Activate a different request in the sidebar
- Go back to the previous request
- Note the query params show correctly
Expected behavior Should update the key value pair table automatically after import
Screenshots
OS
Version: Insomnia Core 2020.5.2
Release date: 10/12/2020
OS: Darwin x64 19.6.0
Electron: 9.1.1
Node: 12.14.1
V8: 8.3.110.13-electron.0
Architecture: x64
node-libcurl: libcurl/7.69.1 OpenSSL/1.1.1g zlib/1.2.11 brotli/1.0.7 libidn2/2.1.1 libssh2/1.9.0 nghttp2/1.41.0
Issue Analytics
- State:
- Created 3 years ago
- Reactions:3
- Comments:12 (1 by maintainers)
Top Results From Across the Web
React Router Dom V6 - Lost Search Parameter on Refresh
1 Answer 1 · Yes, the local state will reset. OP is saying the queryString is removed from the URL in the address...
Read more >Query Parameters - Routing - Ember Guides
Query parameters are optional key-value pairs that appear to the right of the ? in a URL. For example, the following URL has...
Read more >Incremental refresh for datasets and real-time data in Power BI
An incremental refresh policy to partition the table, refreshing only the most recent import partition(s), and optionally leveraging an ...
Read more >How to Update Query Params in React - MakeUseOf
Source code on dark screen. Query parameters are name/value pairs that you can add to the end of a URL. They allow you...
Read more >Incremental Refresh and Hybrid tables in Power BI - RADACAD
It is recommended only when the data source supports query folding. You can do this configuration on a Power BI dataset or in...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
I am having exactly the same problem. Fresh install.
My previous PR had an issue. It should be resolved now.