Simultaneous fetches over 6 are being dropped instead of being queued.

Hi.

I'm doing multiple Http calls to external server via fetch(). It works locally.

But anything over 6 on deployed version throws error instantly.

Docs say that additional fetches should be automatically queued and executed when older ones get freed up.
Was this page helpful?