An Azure service that provides streamlined full-stack web app development.
Hi @Bullseye Dev Thanks for the detailed update and screenshots in PVT chat
This matches a known behavior with Azure Static Web Apps: intermittent 404s on the custom domain only (while the default *.azurestaticapps.net works) usually points to edge routing/propagation issues — especially when a domain is reused after being bound to another SWA in a different subscription.
Azure’s global edge network can retain stale mappings for a while, causing random asset-level 404s until everything converges.
Recommended next steps:
- Wait 24–48 hours from your last domain change (avoid frequent add/remove cycles).
- Double-check DNS:
- www >CNAME to your SWA hostname
- Root domain >properly configured ALIAS/A record
- Test using the default Azure URL to confirm the app itself is healthy.
- Clear browser cache (Incognito) + flush local DNS.
REference :
https://learn.microsoft.com/en-us/azure/static-web-apps/custom-domain
https://learn.microsoft.com/en-us/azure/static-web-apps/custom-domain-external
If the issue persists after 48 hours, please let us know
If the answer is helpful, Please do click "Accept the answer” and Yes, this can be beneficial to other community members.
If you have any other questions, let me know in the "comments" and I would be happy to help you