404 Error on Reload

Actions & Logic

Hi Everyone,

I've been working on an interesting problem for a while but haven't been able to solve it, so I'm here looking for some help.

The issue is that when I reload a tab on any page of my web app, I encounter a 404 error. This is frustrating and not a great experience for my users. I've tried setting page parameters to retain data through parameters, but it seems that these parameters are also cleared when the page is reloaded.

How can I solve this issue? Any help from someone experienced with Flutter would be greatly appreciated.

Thanks!

What have you tried so far?

I have tried retaining data from :-

  1. setting value to page parameters

  2. setting state variables (for app and page)

Did you check FlutterFlow's Documentation for this topic?
Yes
1