mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3009] [bug]: Network Error when logging in - Docker self-hosted #977
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#977
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 @torrswanson on GitHub (Apr 20, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3009
Is there an existing issue for this?
Current behavior
When installing a barebones server with docker and using the default docker-compose.yml. When I click the Login button and I click the "Email" option, and click "Send magic link" the app complains with a red alert with the text "Network Error".
In the browser's network console, I am getting CORS rejecting the url http://localhost:3170/v1/auth/signin.
When I compare against https://hoppscotch.io and try and send a email login request. I see that there are no network calls to http://localhost:3170/v1/auth/signin.
When I compare against https://hoppscotch.io and simply load the home page. I see that there are no network calls to http://localhost:3170/graphql
What I expect: Is the http://localhost:3170/v1/auth/signin I would assume should happen internally not externally on the client side as observed on hoppscotch.io.
Steps to reproduce
Environment
Production
Version
Self-hosted
@AndrewBastin commented on GitHub (Sep 6, 2023):
@torrswanson this should be resolved in the 2023.8.0 release of the docker images, please have a look.
Closing this issue for the meanwhile, please do reopen if the issue still persists.