Callback URLs bug
I have in my project configured the URL callbacks and none of them work, neither the local URL nor the production one works, always when I click on login I get invalid callback url but I have them in the callbacks of my NEXTJS app.
11 Replies
Its like when i come here to set a new callback URL from the invalid callback url button, the app data doesnt appear
but i have it anyways in the callback urls
but anyway it still won't let me and it says Invalid callback url
Hi,
I can see you have a trailing slash on the URLs in the
Allowed callback URLs
, can you remove any try again please?The same thing happens
I put them after the
/
at the end in case it was that, but before that it didn't work.It seems that when you click “Add callback to application now” from the Kinde screen “Invalid callback URL” it does not recognize the app you have because the form does not show its data.
It's weird because I tried to add it myself by going into the dashboard in the app settings, I saved it and it still gives me the error “invalid callback url” but in production it works and the production domain is also in the allowed domains.
Hi @DisamDev,
Sorry to hear you are having this callback URL issue.
What version of the NextJS SDK are you using? This will help my team replicate the issue you are experiencing.
Also, just for completenes, are you able give your application a name?
^2.3.11
@Oli - Kinde
@Daniel_Kinde
The app's name is Bricker
Please do not take too long, this bug prevents me from developing my platform.
fixed
How did you fix this @DisamDev ?
I changed by mistake the client id and the client key and put those of my M2M app and I didn't even realize it and that's why I didn't get the app info and when I added the allowed callback url it didn't work, looking at the url parameters of the login screen I realized that I was using another client id.