wide-butcher-30761
06/23/2022, 4:45 PMkratos-selfservice-ui-node
project. I’ve setup kratos to redirect to localhost but in the end I get a 404.
1. GET http://localhost:3000/login
a. responds 303 <https://beautiful-awesome-000.projects.oryapis.com/self-service/login/browser?aal=&refresh=&return_to=>
(obfuscated subdomain)
2. GET <https://beautiful-awesome-000.projects.oryapis.com/self-service/login/browser?aal=&refresh=&return_to=>
a. responds 303 <http://localhost:3000/ui/login?flow=9d0b2c38-69c4-4bb3-8026-67f427a4ec6b>
3. GET <http://localhost:3000/ui/login?flow=9d0b2c38-69c4-4bb3-8026-67f427a4ec6b>
a. responds 404 not found. 😖
There’s just the one required environment variable for the node service. I’m not sure what I could do different.wooden-manchester-25827
06/23/2022, 7:30 PMnpx @ory/cli tunnel --project stupefied-proskuriakova-s8brpl9mcq --dev <http://localhost:8080>
Does this help?wide-butcher-30761
06/23/2022, 7:33 PMwide-butcher-30761
06/23/2022, 7:34 PMwooden-manchester-25827
06/23/2022, 7:35 PMbillowy-translator-7985
06/24/2022, 6:11 AM