Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Website goes down while deployment as the s3 files are being updated. #383

Open
IslamWahid opened this issue Sep 3, 2021 · 0 comments
Open

Comments

@IslamWahid
Copy link

IslamWahid commented Sep 3, 2021

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant