[GH-ISSUE #3009] [bug]: Network Error when logging in - Docker self-hosted #977

Closed
opened 2026-03-16 17:54:49 +03:00 by kerem · 1 comment
Owner

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?

  • I have searched the existing issues

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

  1. Install hoppscotch self-hosted with docker.
  2. Get up and running with default docker-compose.yml
  3. OPen browser and try and login.
  4. Click login
  5. Network Error happens

Environment

Production

Version

Self-hosted

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? - [X] I have searched the existing issues ### 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 1. Install hoppscotch self-hosted with docker. 2. Get up and running with default docker-compose.yml 3. OPen browser and try and login. 4. Click login 5. Network Error happens ### Environment Production ### Version Self-hosted
kerem 2026-03-16 17:54:49 +03:00
Author
Owner

@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.

<!-- gh-comment-id:1708639098 --> @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.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#977
No description provided.