Invalid callback URL
Hey Kinde Team,
Hope you are doing well. I feel this weird issue, where it says callback_url is not set to this particular_url even though I have set it. I am using Next JS 14. Development mode seems to work well. +I saw similar issues which were faced by other people here, some did mention that they solved it by deleting and re-creating the app. Well, It doesn't seem to work in my case.
5 Replies
I can see there is a missing / in the callback URL being supplied, can you check your settings. It should be
https://
but I see https:/
Where exactly should I check in the settings?
In your environment variables
I have also added a picture of the env variables
Found it, seems like the prod env are bad. Will let you know, once I change them
depending where you have hosted the site, you may need to redeploy after updating.