You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Supabase - When passing parameters from screen A to screen B and navigating to screen C, it is not possible to return to screen A when pressing the back button on the cell phone, the page closes on screen B. #3868
I give permission for members of the FlutterFlow team to access and test my project for the sole purpose of investigating this issue.
Current Behavior
Supabase - When passing parameters from screen A to screen B and navigating to screen C, it is not possible to return to screen A when pressing the back button on the cell phone, the page closes on screen B.
Expected Behavior
The correct thing would be to be able to return to screen A by pressing the button, this problem does not occur if you press to return using the navbar for example and I also do not have this problem with projects that use firebase.
Steps to Reproduce
1.create page
2.Pass the supabase row parameter page B
3.navigate to page B and then to page C
4.Back to page B
5.Try to go back to page B and you will see that it does not work to go back to page A
Reproducible from Blank
The steps to reproduce above start from a blank project.
- FlutterFlow version: FlutterFlow v4.1.89+ released September 12, 2024 Flutter version is 3.22.2
- Platform: Testing only Web
- Browser name and version: Testing only on android Browser
- Operating system and version affected: Testing only on android
Additional Information
At first I thought it was a bug on the page, I created a new page and the problem continued, I created some new projects and the same thing, I thought it was some character that was causing the problem, but as you can see it is happening with plain text, so I don't know what it could be.