mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #5640] [bug]: 🐞 Bug: Shared API link returns 404 after creation #2185
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#2185
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 @TanDatAlobo on GitHub (Dec 1, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5640
Originally assigned to: @liyasthomas on GitHub.
Is there an existing issue for this?
Platform
Web App
Browser
Safari
Operating System
macOS
Bug Description
Description
When creating a Share API link in Hopp.sh, the platform generates a URL successfully, but accessing that URL results in a 404 Not Found error.
Example broken link:
https://hopp.sh/r/sCZyAkPRO6ey
Expected Behavior
The generated link should correctly load the shared API request, as it did previously.
Actual Behavior
Opening the link immediately returns 404 / Not Found, even though the link was generated by Hopp.sh without any error.
Steps to Reproduce
Go to Hopp.sh
Create or open any API request
Click Share → Generate Link
Copy the generated link
Open it in a browser → 404 error
Environment
Browser: Safari 18.2
OS: macOS 10.15.7
Date reproduced: 01/12/2025
Region: Vietnam
Additional Notes
This issue appears to be server-side (routing or missing reference in the share storage).
Other older shared links also fail, suggesting a larger system issue.
Deployment Type
Hoppscotch Cloud
Version
No response
@jamesgeorge007 commented on GitHub (Dec 2, 2025):
Thank you for reporting. Closing since this is now resolved.
@TanDatAlobo commented on GitHub (Dec 2, 2025):
Thank U <3