In Web Publishing mode, calling RESTful API does not work but it works in Flutterflow Test Mode and Postman

Hi,

I just publish my app in web publishing. When click on a button in my app, it will call RESTful API of my deployed server elsewhere. This API returns 200 OK in Flutterflow Test mode as well as in Postman. But in Web publishing mode, from my deployed server logs, it did not even receive this API request.

Can advise?

The Action Flow is as such:
1. Create an entry in Firebase //ok in Flutterflow Test mode and in Web publishing mode
2. Call a GET RESTful API //ok in Flutterflow Test mode but NOT in Web publishing mode

Many thanks

David

1
1 reply