Hey guys,
my app does an API call to my backend, which performs a series of inherently time consuming operations. Every time I get the timeout error. As I have access to backend logging, I know for sure the execution finishes successfully and it is indeed a matter of time.
Is there any solution for this?
Thanks you all!