Hi,
I was trying to make an API call to my backend which, in the response, it should insert a cookie.
I tested my API with other software such as Postman and effectively there is the cookie in the response.
When I run my FlutterFlow application in "test mode" and I make the API call there is no cookie into the response.
Is there something I forgot during the app configuration? Someone have some hint?