Hi, I've set up a custom domain and trying to logi...
# ory-network
i
Hi, I've set up a custom domain and trying to login with kratos-selfservice-ui-node which I customized with my UI. When I try the login flow,
sdk.getSelfServiceLoginFlow(flow, req.header("cookie"))
fails with 403, with message "Request failed with status code 403". It's hard to debug since the other values of the error are undefined there is no detailed description. Does someone know which can be the cause? When I try with ory proxy it just works fine.
h
How is your SDK URL configured?
i
Found out it was for not using SSL. I was linking selfservice in http.
h
Awesome! :)
m
this seems like a recurring problem, heard it multiple times now 🤔 From the top of your head you have an idea where we could make this clearer in the docs? or add a note somewhere that you need to switch over to SSL …
h
I think a “Debug CSRF Problems” document would be the best path forward. But it needs to be easy to find in the navbar. It should contain the most common errors but even more importantly a video tutorial on how to use the google chrome console to identify cookie problems and their cause
fyi @wonderful-lamp-2357
đź‘€ 1