mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3546] [bug]: Insomnia import broken in desktop app #1215
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1215
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Aeolun on GitHub (Nov 14, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3546
Is there an existing issue for this?
Current behavior
When I click the import/export button in the desktop app, and elect to import my Insomnia workspace (the new scratchpad feature they added in the 8.x releases). The application seems to succeed (no errors), and displays 'File imported', but nothing seems to be imported.
Steps to reproduce
Environment
Production
Version
Local
@errantmind commented on GitHub (Dec 1, 2023):
I can fully reproduce the above bug.
@retrokit-max commented on GitHub (Jan 29, 2024):
+1 This feature does not work with Insomnia workspace imports.
@liyasthomas commented on GitHub (Jan 30, 2024):
Hoppscotch primarily has support to import collections from Insomnia, not workspaces. Can you try exporting an Insomnia collection and importing them in Insomnia?
@retrokit-max commented on GitHub (Jan 30, 2024):
I got around this by first converting the Insomnia workspace to a Postman collection and importing the Postman collection instead.
I used this code to convert the workspace.
After a recent Insomnia update, I couldn't export my collection in any format but workspace. That is a limitation they have introduced to local-only use cases.