Little bit confused here. We want to edit the logi...
# talk-kratos
c
Little bit confused here. We want to edit the login UI so that it’s more suited for our sites.
Copy code
ory 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?