[X] 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
After the update released on November 13, 2024, the "Execute Callback" functionality stops working when used in popups. This issue occurs when trying to execute a callback to refresh a list in real-time after updating a record. The process freezes at the callback execution step.
Expected Behavior
The callback should execute successfully after updating the record and closing the popup, allowing the list to refresh in real-time without issues.
Steps to Reproduce
Create a page with a list of records.
Add a button or icon to open a popup.
Inside the popup, add a form to update the selected record.
Configure the save button inside the popup to:
Update the record,
Execute the callback,
Close the popup.
Save the changes and return to the list page.
Expected: The callback refreshes the list in real-time.
Actual: The process freezes when attempting to execute the callback.
Reproducible from Blank
[ ] The steps to reproduce above start from a blank project.
- FlutterFlow version: v5.0.11+ released November 13, 2024
- Platform: Any
- Browser name and version: Any
- Operating system and version affected: all
Can we access your project?
Current Behavior
After the update released on November 13, 2024, the "Execute Callback" functionality stops working when used in popups. This issue occurs when trying to execute a callback to refresh a list in real-time after updating a record. The process freezes at the callback execution step.
Expected Behavior
The callback should execute successfully after updating the record and closing the popup, allowing the list to refresh in real-time without issues.
Steps to Reproduce
Expected: The callback refreshes the list in real-time. Actual: The process freezes when attempting to execute the callback.
Reproducible from Blank
Bug Report Code (Required)
IT40ifiCuLJ6m7hC+qiILfdFnj4hQTI2W5A3u9h7aCgoIYyuOpl/evWkNhFWZ9/hS1FMJ0Smmngy097tj/LpIcFfHxeefqpFwatqSg/LXXOja5OBBYe0f398BZ5XCBXA0p+7pBR+IsRYc0YC3FyUNvPLYHfcCZzEImdISq/LZO4=
Visual documentation
Environment
Additional Information
No response