When I want to deploy this project repository
in vercel it gives me this error
I don’t know why
I added environment variables in vercel
and I made env file hidden because secret and google secret I think are not allowed in github…
When I want to deploy this project repository
in vercel it gives me this error
I don’t know why
I added environment variables in vercel
and I made env file hidden because secret and google secret I think are not allowed in github…
it seems like “auth” is not getting its required secrets or something!! maybe double check that?!
have you tried running this locally using “npm run start” so that you can see how this might behave in production mode?
happy coding