question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Export did not work anymore in version 2021.4.0

See original GitHub issue

Describe 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:

  1. To start, click the dropdown arrow next to workspace name and select ‘Import/Export’.
  2. Click the ‘Export Data’ dropdown and click ‘Current Workspace’.
  3. Select which (if not all) requests you’d like to export and click the ‘Export’ button.
  4. Select ‘Insomnia v4 (JSON)’ and click ‘Done’.

Expected behavior A valid .json file

Screenshots image

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:closed
  • Created 2 years ago
  • Reactions:3
  • Comments:11 (6 by maintainers)

github_iconTop GitHub Comments

4reactions
mreduarcommented, Jul 6, 2021

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. image image

4reactions
develohpandacommented, Jul 1, 2021

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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found