mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #3016] [bug]: Not work magic-link #982
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#982
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 @eljump on GitHub (Apr 25, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3016
Originally assigned to: @mirarifhasan on GitHub.
Is there an existing issue for this?
Current behavior
Hello!
I really like your application, and I decided to try deploying it on a VPS.
I'm trying to log in via email, but when I click on the magic link, I get a 404 error screen.
Could you help me?
my .env is:
I hide some credentials by #
Steps to reproduce
I use official guide
https://docs.hoppscotch.io/documentation/self-host/install-and-build/
Environment
Production
Version
Self-hosted
@binhluong2012 commented on GitHub (Apr 26, 2023):
I have the same issue. Got email with magic link, but click it redirect to 404 page.
@eljump commented on GitHub (Apr 27, 2023):
Also i try to realize github auth, but get 401

Upd: now i have work redirect, without 401, but i still not auth

@balub commented on GitHub (May 1, 2023):
@eljump I noticed in your
.envfile that the first URL in yourWHITELISTED_ORIGINSis invalidWHITELISTED_ORIGINS="http://hoppscotch.webest.ru::3170......can you change it toWHITELISTED_ORIGINS="http://hoppscotch.webest.ru:3170,.....and try again ?@eljump commented on GitHub (May 2, 2023):
@balub
Yeah, i already found this and replace, but it doesn't help
@eljump commented on GitHub (May 10, 2023):
Hi again,
I switched to the release/2023.4.2 branch for testing, but the authorization still fails. The 404 screen is gone.
@eljump commented on GitHub (May 11, 2023):
@balub @mirarifhasan