mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4953] [bug]: Hoppscotch Extension Error #1871
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#1871
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 @Eddie-Hartman on GitHub (Apr 2, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4953
Is there an existing issue for this?
Current behavior
When I make a request like so: https://localhost:7132
I get back what I expect.
When I make a request like so: https://localhost:7132/api/Action/GetDatabaseFields
I get an extension error.
Steps to reproduce
Set up a localhost api after installing the hoppscotch extension.
Run a request to that API without a route. Should work fine.
Run a request with a route after the root. In my case, it's having an extension error.
Logs and Screenshots
Environment
Production
Hoppscotch Version
Cloud
Interceptor
Extension - Web App
Browsers Affected
Chrome
Operating System
Windows
Additional Information
I've had this working on my old machine.
I got a new laptop and tried to set everything up. I simply installed the extension and I'm making a request to a local api.
I don't think there is much more detail needed, but feel free to ask for clarification.
@CuriousCorrelation commented on GitHub (Apr 3, 2025):
Hi @Eddie-Hartman, thanks for the report, really appreciate the detailed information and diagnosis you've provided!
This issue is proving a bit tricky to reproduce consistently on my end. Based on the error logs and the nature of the problem, it would be very helpful if you could test this same scenario using our desktop application (here's the latest Window
.msibuild).The desktop app provides better system integration, more control, and significantly improved diagnostic information that could help pinpoint what's happening. And if it does work in the desktop app, it'll perhaps temporarily unblock your workflow while we work to get this fixed.
Also since you're using https - the desktop app uses the native interceptor by default, which provides "verify host" and "verify peer" options in the settings page that might be relevant in this case. Adjusting these settings could also help reveal what's happening with your connection.
Thanks for your help with troubleshooting this!
@Eddie-Hartman commented on GitHub (Apr 3, 2025):
I had actually tried that yesterday already. I couldn't figure out how to disable SSL verification on desktop. When I looked at issues, some people had a toggle to turn it off, but my desktop version did not.
I had tried turning off "verify peer" and "verify host" and still had errors.