function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Venkat Vishal Reddy NakkaVenkat Vishal Reddy Nakka 

ERR_Network_IO_Suspended

We are facing an error "Failed to load resource:net:: ERR_Network_IO_Suspended" when custom lightning component is loading for only regions like Mexico where network is very slow.
Is there any resolution to overcome this issue which can be handled in lightning component??
 
SandhyaSandhya (Salesforce Developers) 
Hi,

This error might be caused by the ajax call.You may need to set timeout for every call.

Refer below link.

https://stackoverflow.com/questions/23725085/failed-to-load-resource-neterr-network-io-suspended
 
Best Regards,
Sandhya