-
Notifications
You must be signed in to change notification settings - Fork 262
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
StackAssertionError (while trying to signin) #310
Comments
What is the code that produces this? How can I reproduce it? |
Followed development intructions on README.md: clone repo, switch .env.development to .env.local, and then run the project.
Login via Email Magic Link
|
Are you sure that you didn't create a user with the same email before? I can't reproduce this problem |
Just tried singning up with a new email. Same issue. |
packages/stack-shared/src/utils/jwt.tsx at Line 35:
Is returning an await on a promise.
And here there is an await on an await ... apps/backend/src/lib/tokens.tsx at Line 73: This is not a function on the hot path, but thought would let you know. |
Using the
dev
branch on my Mac.Node and PNPM Versions
Error:
The text was updated successfully, but these errors were encountered: