Web app // deep linking // auth issue

Troubleshooting

I cannot get linking to a sub-page needing authentication to work, after sign-in, it always reverts to the Home page.

  • I have a Sign-In page (no auth), Home page (requires Auth), Profile page (requires Auth).

  • Web platform is enabled

  • Supabase auth is enabled and configured.

  • Entry Page (SignIn) and Logged-In Page (Home) are configured.

From all the docs etc. I have read, that is all I should need?

So when I try to browse to https://myapp/profile

I expect to be redirected to Sign In then after successful authentication, be redirected to Profile

However I am always redirected to Home.

What am I missing

What have you tried so far?

I have watched the FF tutorial - which is mobile app focused not web app

I have searched and read the majority of Community question (as well as Stackflow, Reddit, you name it)

All of which suggest this this should just work on a web app.

Did you check FlutterFlow's Documentation for this topic?
Yes
4
14 replies