Is this how I must list all the allowed callback and allowed logout redirect URLs?
3 Replies
Yes that looks good - removing the trailing slash may help if you are running into any issues
Oh, ok. Actually, Discord adds them here automatically 😄
Now…
I'm getting an "Invalid callback URL"
I already checked the 4 suggestions from the docs:
https://kinde.com/docs/connect-to-kinde/callback-urls/#troubleshoot-invalid-callback-url
Does Kinde knows when I'm running my app on localhost or online so that it can use one of my allowed callback and allowed logout redirect URLs?
Do I have to create 2 apps? One for development (localhost) and one for online usage (Vercel previews and production) so that each one can have their own allowed callbacks and allowed logout redirect URLs?
You can have multiple callback urls for a single app, if you can send screenshots of your vercel env variables and the error that you're getting that might be helpful