Hi,
I'm trying to run a remote GQL mutation that takes just over 10s to complete, but no matter what I set the manual timeout value to, Retool fails with a network timeout error. I'm ngrokking to my local machine and I can see that the request completes successfully, so the problem is at Retool's proxy.
The mutation query has been set up in my query library and then used in one app as part of the script. I get the same timeout error no matter how I trigger the query (in a script, in an event handler, manually running the query) or what I set the manual timeout for the query to (current value is 30000
, doesn't respect 60000
, 15000
, 20000
).
Why is the manual timeout value (Advanced
-> Timeout after (ms)
) not being respected when the query is run?
Thanks!