tga
tga
KKinde
Created by tga on 11/25/2024 in #💻┃support
Something went wrong - Error code: 1656
we're all good on this, thanks!
5 replies
KKinde
Created by tga on 11/25/2024 in #💻┃support
Something went wrong - Error code: 1656
problem solved for me -- the server was sending a http callback url, but Cloudflare was really doing a 302 redirect to https. Kinde doesn't follow the 302 -- it would be nice to have a better error message there, especially because the URL "works" in a browser. it only clicked for me when checking it with curl. the solution was having Django take the https status from headers (SECURE_PROXY_SSL_HEADER setting) and send a proper https:// callback url.
5 replies