mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #2062] Unable to load https://hoppscotch.io/ Microsoft Edge #678
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#678
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 @eaccmk on GitHub (Jan 9, 2022).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/2062
I am unable to load https://hoppscotch.io/ Microsoft Edge
@liyasthomas commented on GitHub (Jan 9, 2022):
I can't reproduce this behavior in the latest Edge version
97.0.1072.55 (Official build) (arm64)on the macOS M1 machine. Try to clean the cache ofhoppscotch.ioand reload again. If the issue persists, try updating the browser to the latest version.cc: @AndrewBastin is this reproducible in Windows OS at your end?
Screenshot:
@AndrewBastin commented on GitHub (Jan 9, 2022):
This issue is due to the fact that by default Edge's "Secure Mode" disables WebAssembly to the pages.
Hoppscotch uses WebAssembly to implement it's scripting sandbox.
More info and ways to resolve it are documented here: https://github.com/microsoft/vscode/issues/137704
@AndrewBastin commented on GitHub (Jan 9, 2022):
@eaccmk if the above solution works for you then we can close this issue.
Although a failsafe for WASM might be cool in the future.
cc: @liyasthomas
@eaccmk commented on GitHub (Jan 9, 2022):
Thanks for super fast response 🚀 @AndrewBastin and @liyasthomas
edge://settings/privacy/secureModeExceptionson your MS Edge browser (Windows)https://hoppscotch.io/to List of Exceptionsand then it works cool ! 🎉
Let's
CLOSEthis nasty Issue ❌@AndrewBastin commented on GitHub (Jan 9, 2022):
@eaccmk thank you! Means a lot!
But just for letting users know what is the issue and to handle this error more gracefully, we are planning to add support for proper in app errors and a failsafe to let the users know of the issue.