Hi guys, I'm trying to get the quickstart example ...
# ory-selfhosting
a
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 !
c
doesn't the docker compose with oathkeeper use 127.0.0.1 for everything? If you're using that.
a
I don't even know what Oathkeeper is. (It's not even mentioned in this guide) I feel like this guide is outdated or missing important informations for self-hosted option. But I managed to make registration and login work (kinda) with the help of LLMs.