We have in a multi-page app several global queries that run in parallel on page load. We have not had this issue prior over the past 5-6 months of developing, but more recently and in higher frequency we are experiencing a "Failed to Fetch" error on our queries. They are intermittent so one time on app start up it may fail and if you refresh then all of the queries run successfully within 2 seconds.
It is about 15-20 different queries that all start up at the same time. We are currently working to lower this number, but we cant figure out what is causing the failure to fetch. Looking at some other topics intermittent failure and failure by naming I dont really see a solution or exactly the same issue. These are all MySQL queries running directly to DB and not anything from the query library.
Queries are non-complex SQL queries pulling in maybe 10MBs in total of data across the 15-20 queries, so I cant imagine it is a data issue? I am stuck and not sure if it is an issue on our DB side or if something is happening with connectivity and Retool.
Here are two snapshots, one with the failed to fetch errors and the other when we have successful runs. Any thoughts as to what would be causing this? The error on the properties is just a result of the original query not loading, so it causes the undefined error to be thrown. I am not so concerned with that as I am the Failed to Fetch itself.