Aung.S
Aung.S
KKinde
Created by Aung.S on 3/27/2024 in #💻┃support
Delete user function?
Thanks!
3 replies
KKinde
Created by Aung.S on 3/19/2024 in #💻┃support
Post authentication redirect returning HTTP ERROR 500
I figured out the problem was that I'm running Next.js application inside Github Codespace, which forwarded localhost:3000 in the server to both 127.0.0.1:3000 and localhost:3000 on my machine. Codespace's default address is 127.0.0.1:3000 while my Kinde's configuration is still localhost:3000 which leads to callback url mismatch. Using 127.0.0.1:3000 solved the issue entirely. Thank you for responding!
4 replies