mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3128] [bug]: login server internal error #1032
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#1032
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 @talenta-eg on GitHub (Jun 9, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3128
Originally assigned to: @balub on GitHub.
Is there an existing issue for this?
Current behavior
Steps to reproduce
I try to login via email but i face this an error , Any Suggestions ?
Environment
Production
Version
SelfHosted
@amishsthapit commented on GitHub (Jun 9, 2023):
Did you run the migration? If not please do that. It should fix this issue.
@talenta-eg commented on GitHub (Jun 9, 2023):
@amishsthapit , Awesome right now working i can send an email
but when open email and click to login i face the following
@balub commented on GitHub (Jun 10, 2023):
@talenta-eg The error indicates that you have used to sign-in to another device using a magic-link generated from another device, we do not allow for that to happen.
@talenta-eg commented on GitHub (Jun 10, 2023):
@balub First thanks for reply , i know the error content but i have sign-in from these device with same browser many of times but still issues showing i do not know what i cane do to pass this error
Can you help please ?
@balub commented on GitHub (Jun 15, 2023):
@talenta-eg The device identifier token is saved in your browser's local storage once you initiate the magic-link auth flow, do you by chance have any extension etc that can prevent that from happening?
@AndrewBastin commented on GitHub (Sep 6, 2023):
Closing this issue due to inactivity. If you still face this in 2023.8.0, please do reopen.
@krystalcode commented on GitHub (May 9, 2025):
@balub I have the same issue running the latest (as of today) official AIO container. I do see the
deviceIdentifierandemailForSignInproperties properly stored in local storage. Still getting the "Device identifier not found ..." error.