Hi guys, I'm trying to get the quickstart example with React to work (
https://www.ory.sh/docs/getting-started/integrate-auth/react) but not matter what I try, I can't get it to work.
I think some info are wrong or it might be a skill issue on my part.
I'm using the self-hosted version with docker.
I followed the guide except the tunnel part ? Since it says to get the SDK URL from the console but I'm self-hosted.
So I replaced the URL in the React code with localhost:4433.
When launching the React app, I get redirected to
http://localhost:4433/ui/login with a 404 not found.
Is the guide old or I'm missing something ?
Thanks in advance for your help !