Auth works in Development but not on Prod
hey there, I keep getting this error:
Invalid callback URL
The callback URL provided is invalid.
You provided:
https://www.chatswithpdf.com/api/auth/kinde_callback
I don't have this issue in development
Please note that I have provided my production urls in the application settings:
Allowed callback URLs:
http://localhost:3000/api/auth/kinde_callback
https://www.chatswithpdf.com/api/auth/kinde_callback
however I'm still not able to login on production
I have deployed on vercel
everything works in development.
Invalid callback URL
The callback URL provided is invalid.
You provided:
https://www.chatswithpdf.com/api/auth/kinde_callback
I don't have this issue in development
Please note that I have provided my production urls in the application settings:
Allowed callback URLs:
http://localhost:3000/api/auth/kinde_callback
https://www.chatswithpdf.com/api/auth/kinde_callback
however I'm still not able to login on production
I have deployed on vercel
everything works in development.



