chilly-dentist-11746
07/06/2022, 3:59 PMory proxy --port 3500 --project <our project> <http://localhost:4455> &
export KRATOS_PUBLIC_URL=<http://localhost:3500/.ory>
export PORT=4455
npm start
But we have no idea how we can test our changes.
When we open the browser we land here:
<http://127.0.0.1:4455/welcome>
https://tca0.nl/gsI
But when we try to login we get this error:
https://tca0.nl/2qm
We tried overriding the values in Ory Cloud => User interface but that doesn’t help either
https://tca0.nl/gnc
How can we effectively test our changes?