[Bug]: NEXTAUTH_URL
is set as prod URL on deploy preview
#1611
Labels
type: bug
code to address defects in shipped code
Summary
While trying to create a PR with Deploy Preview that includes Next.js, I noticed the
NEXTAUTH_URL
value was being overridden.https://app.netlify.com/sites/50reactprojects/deploys/631aa4b96d37524db46b4ee1
I think I see 2 problems here:
NEXTAUTH_URL
configured as a build environment variable and from what I understand, that should not be overridden based on what I'm seeing in the codeSteps to reproduce
A link to a reproduction repository
colbyfayock/50reactprojects.com#22
Next Runtime version
4.21.3
More information about your build
netlify.toml
)What OS are you using?
No response
Your netlify.toml file
`netlify.toml`
Your public/_redirects file
`_redirects`
# Paste content of your `_redirects` file here
Your
next.config.js
file`next.config.js`
Builds logs (or link to your logs)
Build logs
Function logs
Function logs
.next JSON files
generated .next JSON files
The text was updated successfully, but these errors were encountered: