GET API not showing updated result after successful POST (Test Mode Issue)

Troubleshooting

Here’s my current flow:

  1. I submit data using a POST API — it works correctly and I can see the result in the backend.

  2. I expect the GET API to retrieve the updated data and display it on the frontend.

  3. The GET API is set to trigger on Page Load, but the UI doesn’t update with the new data after the POST completes.

  4. I have success it before, it's issue occur in these two days.

What have you tried so far?

Here’s what I’ve confirmed so far:

  • The POST API is successful — data is saved in the backend.

  • The GET API is set to run on Page Load with refresh enabled.

  • The data is supposed to be displayed in a Text widget.

  • The GET API works fine in standalone tests — it returns the correct result.

  • All APIs are working when I build the same app in local.

  • The POST and GET APIs are not used on the same page.

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