On Page Load event fires only once

Actions & Logic
Resolved

I am showing a list of documents in a ListView on Page A. Tapping a ListTile opens Page B, where documents can be edited.
After editing, the user returns to Page A.
Page A On Page Load event triggers a Refresh Database Request action which updates the ListView to show relevant changes to the document.

The issue is that the On Page Load event only fires the first time the user returns to Page A from Page B. The following times, the On Page Load doesn't trigger and the ListView widget is not updated.

I'm testing this in a FlutterFlow Test session in Chrome.

Thanks for any help!

What have you tried so far?

I have printed a message to console to check if the On Page Load event is triggered. It is not.

I don't see any other relevant console errors.

I've been trying to find a solution for days!

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