You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The insomnia import tool ought to have imported the entire collection set without throwing any errors.
Actual Behavior
The import fails with the message. Error: New Requests missing 'parentId'. Noticed that in the JSON file, the parentId for "workspace" resources types was null. Tried to replace the "parentId": null with "parentId": "proj_scratchpad" but that didn't help.
Reproduction Steps
Launched Insomnia 10.3.1 on my corporate laptop having Windows 11
Logged into Insomnia account
Exported the entire collections under the sole insomnia project. There are ~20 workspaces. A ~76 MB JSON file was created
It only managed to import requests from one collection "TAZ" for which it initially reported error during import. Requests from other collections are missing.
Expected Behavior
The insomnia import tool ought to have imported the entire collection set without throwing any errors.
Actual Behavior
The import fails with the message.
Error: New Requests missing 'parentId'
. Noticed that in the JSON file, the parentId for "workspace" resources types was null. Tried to replace the"parentId": null
with"parentId": "proj_scratchpad"
but that didn't help.Reproduction Steps
Is there an existing issue for this?
Which sync method do you use?
Additional Information
Insomnia Version
10.3.1
What operating system are you using?
Windows
Operating System Version
Windows 11 Enterprise 24H2, OS Build 26100.3194, Windows Feature Experience Pack 1000.26100.48.0
Installation method
download from insomnia site
Last Known Working Insomnia version
10.3.1
The text was updated successfully, but these errors were encountered: