adorable-camera-99335
04/06/2023, 8:45 AMchilly-king-10285
04/06/2023, 8:45 AMchilly-king-10285
04/06/2023, 8:45 AM<http://localhost:3000>
, run this command: ory proxy <http://localhost:3000>
By default, the Proxy creates an entry point at <http://localhost:4000>
. To access the Ory endpoints, you must access the app through the proxy using this URL instead of the actual address on which your application is running. When developing locally, you can use the --dev
flag with the Ory Tunnel to disable a few security checks and make local development easier. Here's an example command: ory tunnel --dev --project {project.id-or-project.slug} \ <http://localhost:3000>
Make sure to send any HTTP calls you make to <http://localhost:4000>
and not https://{your-slug}.<http://projects.oryapis.com|projects.oryapis.com>
. Sources: - [Ory Proxy and Ory Tunnel](https://www.ory.sh/docs/guides/cli/proxy-and-tunnel) - [Develop applications on your local machine](https://www.ory.sh/docs/getting-started/local-development)