mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 17:26:03 +03:00
[GH-ISSUE #5690] [bug]: Postman Collection v2.1 import succeeds, but clicking any request doesn’t load editor (Vue runtime-6: auth not an object #2211
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#2211
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 @akramrana on GitHub (Dec 12, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5690
Is there an existing issue for this?
Platform
Web App
Browser
Firefox
Operating System
Windows
Bug Description
🧩 Summary
When a Postman Collection v2.1 is imported into https://hoppscotch.io, the import completes successfully and all folders/requests appear in the sidebar.
However, clicking any request does not load it into the editor.
The browser console shows a Vue runtime error indicating Hoppscotch is attempting to mutate an
authproperty on a stringified JSON, not an object.🔁 Steps to Reproduce
✅ Expected Behavior
❌ Actual Behavior
🧪 Console Error (Firefox)
@jamesgeorge007 commented on GitHub (Dec 12, 2025):
Hi, apologies for the inconvenience. We've identified the root cause stemming from the BE implementation on the cloud offering, and a patch is being evaluated. Please track the further progress in #5670.
@jamesgeorge007 commented on GitHub (Dec 12, 2025):
The fix is now live. Please let us know if the issue persists.
@akramrana commented on GitHub (Dec 13, 2025):
Thanks it is working now.