mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #5238] [bug]: Unable to load auth providers when deploying on cloud #1999
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#1999
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 @Shivangi0503 on GitHub (Jul 11, 2025).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5238
Is there an existing issue for this?
Platform
Web App
Browser
Chrome
Operating System
Linux
Bug Description
still facing this issue as we cannot use port 80 with AWS, 3000 works but gives the "unable to load auth providers" error. Any solution?
Deployment Type
Self-hosted (on-prem deployment)
Version
No response
@mirarifhasan commented on GitHub (Jul 11, 2025):
Hi @Shivangi0503,
Thanks for reporting the issue!
Could you please let us know which AWS service you're using (e.g., EC2)?
If you're running the Hoppscotch application using Docker, could you also share the output of
docker ps?Additionally, please share the values you've set in your
.envfile for the following keys (you can redact any sensitive info like domain names if you prefer):@faritor commented on GitHub (Jul 20, 2025):
Hi @mirarifhasan ,
I also encountered this problem. I deployed it in the local area network using docker compose.
use image: hoppscotch/hoppscotch
I deployed aio to the machine with 192.168.1.7 and made adjustments to prevent port conflicts
docker-compose.yaml
.env
I still have one more question. When I set the allow to *, I still can't use the mac version of the desktop application to add instances, and it always prompts the following sentence
Verification error: Key validation failed: HTTP request failed: error decoding response bodylooking forward to solving these problems
@mirarifhasan commented on GitHub (Jul 21, 2025):
Hi @faritor
Please update the host and port in the following environment variables:
Also, to access the desktop app, make sure to expose port 3200 (with proper WHITELISTED_ORIGINS or "*" for the time being) in your docker-compose file.
Let me know if this resolves both the browser and desktop issues.
@faritor commented on GitHub (Jul 21, 2025):
thank you for your reply. @mirarifhasan ,
you've solved a big problem for me! I can now log in via email, and the mac app has also been successfully connected.
however, here I have a suggestion. In the official documentation, I don't seem to see any mention that the app connection uses port 3200. Moreover, after I successfully connect, I hope to be able to modify the instance name. Currently, I am using the ip connection [192.168.1.7], and the instance name displayed is [1.7], which is not very aesthetically pleasing I want to customize this name
@mirarifhasan commented on GitHub (Jul 21, 2025):
Renaming is not supported in this version. Noted your request, will forward to the team.