Using ExpressAuth, when adding a AUTH_URL entry in my .env - it is ignored and the error [auth][warn][env-url-basepath-redundant] Read more: https://warnings.authjs.dev#env-url-basepath-redundant
even when basePath wasn't set
#11886
Labels
bug
Something isn't working
invalid reproduction
The issue did not have a detectable valid reproduction URL
triage
Unseen or unconfirmed by a maintainer yet. Provide extra information in the meantime.
Environment
Reproduction URL
.
Describe the issue
Using ExpressAuth, when adding a AUTH_URL entry in my .env - it is ignored and the error
[auth][warn][env-url-basepath-redundant] Read more: https://warnings.authjs.dev#env-url-basepath-redundant
even when basePath wasn't setHow to reproduce
use ExpressAuth, set environment variable AUTH_URL - you'll get the error - here's my authConfig code:
Expected behavior
I expected it to not give a warning and respect the AUTH_URL
The text was updated successfully, but these errors were encountered: