Trying to go through <https://www.ory.sh/docs/gett...
# ory-network
c
Trying to go through https://www.ory.sh/docs/getting-started/integrate-auth/flutter-web-redirect and ran into a problem. The app hangs crashes at
if (!(await auth.isAuthenticated())) {_launchURL(baseUrl); return; }
... it actually looks like
_dio.get('/sessions/whoami')
is returning the index (and a 200)... is this the proxy? Or do I need to configure something in my project for this to work?