FlutterFlow / flutterflow-issues

A community issue tracker for FlutterFlow.
130 stars 26 forks source link

Execute Callback Not Working After November 13, 2024 Update #4911

Closed absolutitecinfo closed 3 days ago

absolutitecinfo commented 5 days ago

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

  1. Create a page with a list of records.
  2. Add a button or icon to open a popup.
  3. Inside the popup, add a form to update the selected record.
  4. Configure the save button inside the popup to:
    • Update the record,
    • Execute the callback,
    • Close the popup.
  5. 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

Bug Report Code (Required)

IT40ifiCuLJ6m7hC+qiILfdFnj4hQTI2W5A3u9h7aCgoIYyuOpl/evWkNhFWZ9/hS1FMJ0Smmngy097tj/LpIcFfHxeefqpFwatqSg/LXXOja5OBBYe0f398BZ5XCBXA0p+7pBR+IsRYc0YC3FyUNvPLYHfcCZzEImdISq/LZO4=

Visual documentation

image

Environment

- FlutterFlow version: v5.0.11+ released November 13, 2024
- Platform: Any
- Browser name and version: Any
- Operating system and version affected: all

Additional Information

No response

paulperez-dev commented 3 days ago

Hi @absoluteitecinfo, I’m closing this issue as it’s a duplicate of your most recent report, which also includes this behavior.