Export did not work anymore in version 2021.4.0
See original GitHub issueDescribe the bug
When exporting the insomnia configuration it does not export a valid json file and the extension is now .null
with a content of undefined
.
To Reproduce Steps to reproduce the behavior:
- To start, click the dropdown arrow next to workspace name and select ‘Import/Export’.
- Click the ‘Export Data’ dropdown and click ‘Current Workspace’.
- Select which (if not all) requests you’d like to export and click the ‘Export’ button.
- Select ‘Insomnia v4 (JSON)’ and click ‘Done’.
Expected behavior A valid .json file
Screenshots
Desktop:
- OS: Microsoft Windows 10 Pro Versión 10.0.19042 compilation 19042
- Installation Method: Installer
- App Version 2021.4.0
Additional context Yesterday, before the update, it was possible to export without problems.
Issue Analytics
- State:
- Created 2 years ago
- Reactions:3
- Comments:11 (6 by maintainers)
Top Results From Across the Web
export to PDF fails if there are embedded images in markdown ...
the export shows an error message like this instead: nbconvert failed: PDF creating failed, captured latex output: Failed to run "xelatex ...
Read more >Upgrading to 2021.4.0 - Exporting report to Excel is not working
Solved: One of our staff members upgraded this morning and now cannot export reports to excel. She can export all the other reports...
Read more >Known Issues - Tableau
It is not possible to export a specific sheet using the JavaScript showExportDataDialog function starting with version 2022.1. For more information see this ......
Read more >Intel oneAPI 2021.4 SHM Issue? - Intel Communities
Hello! We recently upgraded to Intel oneAPI 2021.4 (base kit and HPC kit) from 2021.2 for our HPC applications. After some debugging, disabling...
Read more >Fix export issues in Premiere Pro - Adobe Support
Make sure you have enough free disk space on the machine. Export to a different location on your machine. If the issue persists,...
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 just tested and @arboleya is right. When you select not to export the private variables, the export does not work. It keeps loading infinitely due to an error in the console.
Hi @mreduar, we were able to reproduce this as well and have a hotfix on the way! Here’s a workaround for the time being.
Open DevTools (View > Toggle DevTools) then run
window.localStorage.setItem('insomnia.lastExportFormat', 'json');
. That’s all!There is a bug we found where a code path is not reached if that key is not specified, so the workaround is just to specify that key.