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
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
The Refresh Database Request action does not wait for the call to refresh when Wait For Result is enabled.
Expected Behavior
The action blocks the action chain until the database request is refreshed.
Steps to Reproduce
See project ID await-query-refresh-1n4reh
Configure a backend query on a widget.
Create a button with an action change that writes a timestamp to the console, refreshes the backend query with wait for result enabled, then writes another timestamp to the console.
The console timestamps will be immediate even when the database request is not:
console:
flutter: start 2025-05-14 18:08:36.759000
flutter: end 2025-05-14 18:08:36.813000
dev_tools network:
Start time: 18:08:36.798
End time: 18:08:39.266
Reproducible from Blank
The steps to reproduce above start from a blank project.
Thank you very much for providing the test project. I can confirm that this is a bug, and I will forward it to the engineering team for further investigation. Thanks again for your help!
Can we access your project?
Current Behavior
The Refresh Database Request action does not wait for the call to refresh when Wait For Result is enabled.
Expected Behavior
The action blocks the action chain until the database request is refreshed.
Steps to Reproduce
See project ID await-query-refresh-1n4reh
console:
flutter: start 2025-05-14 18:08:36.759000
flutter: end 2025-05-14 18:08:36.813000
dev_tools network:
Start time: 18:08:36.798
End time: 18:08:39.266
Reproducible from Blank
Bug Report Code (Required)
IT4Wl8+Az49ItbxI0KruYMZR/SkvJlA2U40zjcN9Zw03B5DyP5wPX/z4UBJoTbyndkFMM2KJuGYdp87Lm9z1DcEFC0yubrk+zKVuQzvMbGqQMJObCrmWYUF+GshNClSl58Gn2QlvBNBic3gS2jimNuuWSivtJO/1O1YvOOWJJoPXrgfuQ0SLb3kNh1JWeC/v
Visual documentation
None needed
Environment
Additional Information
No response
The text was updated successfully, but these errors were encountered: