mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4090] [bug]: "Unable to load auth providers" when I try to login #1461
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#1461
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 @Dontelie on GitHub (May 27, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4090
Is there an existing issue for this?
Current behavior
When I click on "Login" or "Save my Workspace" in desktop client, the error "Unable to load auth providers" always occures. There are no available options to login. At the same time, an opportunity to login in web-client is available.

Steps to reproduce
Environment
Production
Version
Local
@thetronjohnson commented on GitHub (May 27, 2024):
Hi @Dontelie looking into this, what operating system are you using?
@Dontelie commented on GitHub (May 27, 2024):
Hi, I'm using Windows 10 corporate.
@Dontelie commented on GitHub (Jun 4, 2024):
The issue was solved.
@taminoelgert commented on GitHub (Jun 10, 2024):
I have the same problem. How could the error be solved? I am in the process of deploying hoppscotch in a Kubernetes Cluster.
@taminoelgert commented on GitHub (Jun 10, 2024):
I was able to solve the error, my backend was simply not accessible because I used the wrong port in the aio container with ENABLE_SUBPATH_BASED_ACCESS=true. I simply used the frontend port 3000 here, but the correct port (at least it works) is port 80. This is not clear from the documentation here https://docs.hoppscotch.io/documentation/self-host/community-edition/install-and-build#using-the-aio-container-2. Maybe you can expand it. Thanks a lot
@Shivangi0503 commented on GitHub (Jul 11, 2025):
still facing thiss issue as we cannot use port 80 with AWS, 3000 works but gives the "unable to load auth providers" error. Any solution?