I built an api in Buildship that generates a bunch of Firebase documents.
When calling it in Flutterflow it only works up to 6 documents, when I try generate more (e.g. 13 documents) I receive this error:
Error: ClientException: XMLHttpRequest error., uri=https://warm-caverns-xxxxx-xxxxxxxxxx.herokuapp.com/https://xxxxx.buildship.run/xxxxxxxx
Generating the 13 documents takes a little bit of time, like 30 seconds or so.
Generating 13 documents works well when tested im Buildship and RapidApi.
Any ideas what the problem could be in Flutterflow?
Could there be any time out issue?