Trouble with NEXTAUTH_URL
I've been getting the missing next auth url error in my console, even though my
NEXTAUTH_URL
is defined in my .env
:
I'm using a turborepo monorepo, and I have .env
files in each of my applications, as well as .env.local
to override the .env
. If I console.log
my env
the correct variable shows up there, but for some reason it's not loading and it's getting in the way of my ability to develop what I'm needing to dev. Anyone have any insight into what could be going on? Or experiencing the same thing?0 Replies