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!