Hello. I'm working with two CNAMEs:
https://login.newtesc.com - which is the CNAME of my deployed SPA application.
https://auth.newtesc.com - which is the CNAME of the Ory api, it replaces
https://wonderful-tesla-tn9gq31z4b.projects.oryapis.com which is the url of the Ory api.
But when I try to access normal routes, such as /login, /recovery, /verification at (
https://login.newtesc.com/login,
https://login.newtesc.com/recovery,
https://login.newtesc.com/verification) the return I get is page not found.
But when I try to access using Ory's CNAME, such as
https://auth.newtesc.com/ui/login or
https://auth.newtesc.com/ui/recovery, the correct pages appear, including the modifications I made and uploaded to the deployment at
https://login.newtesc.com.
Can anyone help me with this? I'm confused. I've tried putting
https://login.newtesc.com as the Custom UI Base Url in the ory console, but to no avail. But I may have skipped a step.
I also asked this question at
https://github.com/orgs/ory/discussions/80
Here are some images of my project configuration that might help you understand this:
Pictures of my Ory console.