I am getting `Cannot POST /self-service/login` wit...
# talk-kratos
q
I am getting
Cannot POST /self-service/login
with 404 when trying to setup Kratos with OIDC Locally. What could I be doing wrong? 🤔
To give more context, I configured the
kratos.yml
in a way that it shows me the OIDC Button. When I click it, I get this 404
full config for reference
cc: @proud-plumber-24205 trying to debug the Ory Network issue like this, but having a problem with the local setup as well 😐
The frontend makes a request against
localhost:4455/self-service/login
. However, It worked when I changed to
localhost:4433/self-service/login
Maybe doing something wrong, regarding this 🤔