mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 09:16:03 +03:00
[GH-ISSUE #3024] [bug]: OAuth2 and email magic link login functionality is not working in self host mode. #985
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#985
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 @lihkak on GitHub (Apr 28, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3024
Originally assigned to: @mirarifhasan on GitHub.
Is there an existing issue for this?
Current behavior
The admin panel login and the login from UI fails to work with both oauth and
email smtp. I am running the hoppscotch-backend service in debug mode using
this docker-compose service definition.
I have attached the masked .env below in this issue.
I am running hoppscotch on a ec2 instance with its IP pointing to a
custom subdomain. The security group has allow all for all inbound and outbound traffic.
Running the attached docker-compose shows no logs for the google and github
oauth flows except these lines
the email smtp flow throws this error
In both oauth and email auth cases after the flow is completed I am redirected
back to the login page in case of admin page and back to the hoppscotch ui in
case of login from the UI.
Steps to reproduce
env file
Environment
Production
Version
Self-hosted
@eljump commented on GitHub (May 3, 2023):
#3016
i have the same problem i think
@kzachetovb2b commented on GitHub (May 17, 2023):
Hi! i am having the same described issue with [2023.4.3] on self hosted with docker compose
I am redirected back to the login page in case of admin page and back to the hoppscotch ui in
case of login from the UI.
Is there a way how i can troubleshoot and collect some useful logs. I have included
but do not see any logs after email workflow