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
During the deployment, we notice downtime and some of the bundle files aren't there which results in a chunk load error and that causes the app to not load.
after investigation, I realised this because the s3 sync is replacing the old build files (.js, .map) with the new build files while the index.html is still referencing the old ones or the other way around that the index.html is replaced before the rest of the files that it references.
I was wondering if anyone had a similar issue.
The text was updated successfully, but these errors were encountered:
During the deployment, we notice downtime and some of the bundle files aren't there which results in a chunk load error and that causes the app to not load.
after investigation, I realised this because the s3 sync is replacing the old build files (.js, .map) with the new build files while the index.html is still referencing the old ones or the other way around that the index.html is replaced before the rest of the files that it references.
I was wondering if anyone had a similar issue.
The text was updated successfully, but these errors were encountered: