You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
the below linked error occurs primarily in mobile safari v17 which reportedly has network issues. Apart from that, mobile safari generally sets a lower timeout on script tags (~60 seconds) when compared to other browsers (5 minutes).
To solve the issue, a retry strategy comes to mind. I cannot speak to the side-effects of such a change but I do see merit in a runtime-option to set the timeout on the bundler level instead of relying on the browser settings.
If I am not mistaken, such functionality would be similar to webpack's chunkLoadTimeout.
Hello there,
the below linked error occurs primarily in mobile safari v17 which reportedly has network issues. Apart from that, mobile safari generally sets a lower timeout on script tags (~60 seconds) when compared to other browsers (5 minutes).
To solve the issue, a retry strategy comes to mind. I cannot speak to the side-effects of such a change but I do see merit in a runtime-option to set the timeout on the bundler level instead of relying on the browser settings.
If I am not mistaken, such functionality would be similar to webpack's
chunkLoadTimeout
.parcel/packages/runtimes/js/src/helpers/browser/js-loader.js
Line 26 in 96d8814
The text was updated successfully, but these errors were encountered: