-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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
chore(next-auth-url): add missing env var NEXTAUTH_URL #1591
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
…chore/missing-env-var
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like package-lock is updated, but there are no package.json changes. Is this expected?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You'll also want to update dangerjs rule to exclude checking for localhost in these files or, simply remove localhost as default value in favor of ""
<- this might be better to not polute dangerfile
05d9efe
to
92704ba
Compare
I just pulled V3 and |
Breaking Changes
NEXTAUTH_URL
is required to run SIWE locally.Changes