#How to make paths work?
3 messages · Page 1 of 1 (latest)
Assuming you deployed a react application you will need to configure a react router. https://hygraph.com/blog/routing-in-react
Hi, the original message was deleted so I can't confirm if my issue is the same as the OP's, but I had a question around the (optional) path field when adding a hostname.
I'd like to have test.mydomain.com point to a self-hosted service (such as 192.168.1.10:8080, for instance), but have test.mydomain.com/admin point to the admin panel of that self-hosted service.
An example is speedtest-tracker, which has a public dashboard as well as an admin panel where I can login and make changes.
Is using the path field the best way to achieve this?