-
Notifications
You must be signed in to change notification settings - Fork 57
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
SWA not serving all deployed files #1563
Comments
I also struggled a whole day for this, I am also using Balzor WASM and SWA in preview environment. Tried to delete slot and recreate with the same name will cause 404 for whole site. |
FWIW We're also on the free plan. And we are deploying to a non-production environment. (an env called UAT) |
We're also experiencing the same problem - causing 404's on our named environments with certain files. We're using the standard plan with Enterprise-grade edge however seeing this across all environments regardless of plan. This is a highly critical issue! |
worth mentioning that some files ARE available, while other files are NOT |
The problem seems to be resolved today. Anyone else can confirm? |
I can confirm I'm not seeing the same issue today. We left the SWA totally alone so something cloud-side must have changed to fix it. |
I don't encounter this issue today but still afraid if it can happend again, because I don't know the reason or any workaround for this. |
SWA hosting is causing files to 404.
If we try and redeploy the same commit that we deployed successfully on a previous date, then the build appears to be successful, but browsing to our SWA seems to cause random files to not be deployed, resulting in 404s and page load issues. We are deploying a Blazor app using the AzureStaticWebApp@0 task. at version 0.247.1. This version is UNCHANGED and so is not the tasks fault.
Without any way to browse the SWAs content from the portal. I'm unable to verify if these files actually exist. They have always existed before and we've not changed anything so my assumption is the SWA is at fault, not our files/deployment.
Initially raised here
To Reproduce
deploy using AzureStaticWebApp@0 to a SWA site in Azure.
Attempt to browse to the site after deployment
From dev tools, notice random 404s on files
Expected behavior
A fully working deployment of our SWA
Screenshots
Device info (if applicable):
The text was updated successfully, but these errors were encountered: