mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3807] [bug]: getting 500 error from magic link #1333
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#1333
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 @Brainpitcher on GitHub (Feb 5, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3807
Is there an existing issue for this?
Current behavior
Hi there so the problem is above when i am trying to use magic link to authorize for the first time it gives 500 error in logs i can see smth like that
Backend Server | Query Complexity: 3 Backend Server | [Nest] 61 - 02/05/2024, 6:18:46 PM ERROR [ExceptionsHandler] "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60 Backend Server | Error: "expiresIn" should be a number of seconds or string representing a timespan eg: "1d", "20h", 60here is my values:
Steps to reproduce
use magic link
get an email
use the link
get the 500 error
Environment
Release
Version
Self-hosted
@Brainpitcher commented on GitHub (Feb 6, 2024):
Well i guess i can close the issue. The point is that i used values without quotes in my helm chart that is why i was getting
ERROR [ExceptionsHandler] "expiresIn"troubles in pod logs. The value field should be a string and must be enclosed the string values for environment variables in double quotes. Sorry for bother