Hello Flutterflow Team,
Our application primarily deals with the generation and processing of images. We have encountered an issue that we suspect might be related to the timeout limitation on your platform.
When we use api call to generate low-resolution images (the process takes 20-30 secs) - this works perfectly without any issues.
when we generate slightly higher resolution images, which take more than 30 secs to process. In this case, the front end displays a 'null' error message.
The API backend is working correctly as it can generate and store the higher resolution images without any issues.
The 'null' error seems to occur only when the image generation process takes more than 30 secs, leading us to suspect a timeout issue.
We suspect the issue might be due to a timeout limitation that needs to be increased. However, we are unsure about how to go about this. Could you please provide guidance or suggestions on how to address this issue? Is there a way to increase the timeout limit to accommodate the processing time for higher resolution images?
Thank you for your attention to this matter.