Network Error in Weweb with Xano

I was checking with Xano. My issue was that I was fetching too many collections at the same time and the server couldn’t handle them. Check the Network tab of the developer tools of your browser. If you see that the collections that are returning errors are marked with a 502 you’re in the same case.

From my side, what I did was changing the order and putting them to fetch in series instead of parallel.

1 Like