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
when I export collection as postman, every end of collection, "request": null is added, because of this this exported json is not imported in Insomnia with error "Error while scanning for resources to import:No importers found for file", i just removed "request":null from the json then I can imported. can you export without "request":null when collection including nested collection is exported ?.
The text was updated successfully, but these errors were encountered:
also, when there is no header value, Nightingale export as "header" : null but Insomnia doesn't import this, only accept "header":[]
and please use "mode": "raw" instead of "mode": null.
when I export collection as postman, every end of collection, "request": null is added, because of this this exported json is not imported in Insomnia with error "Error while scanning for resources to import:No importers found for file", i just removed "request":null from the json then I can imported. can you export without "request":null when collection including nested collection is exported ?.
The text was updated successfully, but these errors were encountered: