hello all! :wave: i'm trying to integrate ory. i'...
# general
l
hello all! 👋 i'm trying to integrate ory. i'm running the ory cli tunnel locally using
ory tunnel --dev --project [PROJECT_ID] <http://localhost:5173>
. the app is making a request to
/self-service/login/browser
which returns a redirect to
/ui/login
but chrome is redirecting the redirect to https://localhost:4000 which fails because i don't have ssl support. is there anyway to prevent this?
nvm - i just put ngrok in front of it