Open scale-tone opened 2 years ago
thank you for reporting @scale-tone, I was able to reproduce and our engineering team is investigating the issue.
Thanks @simonaco , but:
@scale-tone , my colleagues from India, UK, and Spain can access https://nice-wave-04a90fd10.1.azurestaticapps.net and https://victorious-grass-0b0ef9c1e.1.azurestaticapps.net/ which I created to repro. So it seems like it's only certain regions that are affected so far.
We reported a customer incident and will keep you posted here with progress. If you'd like direct feedback please create an ICM and we can track it there as well.
@scale-tone, Is sahhgw.home a custom DNS resolution server. Given nslookup from GitHub workspace resolves as expected, we suspect it is an issue with sahhgw.home DNS resolution server.
"Requesting that '51.124.12.35' address results in 404:" would never work with old / new Static Web Apps. It is by design.
Is sahhgw.home a custom DNS resolution server.
@pvbchak , assuming this was a question, not sure what you mean by "custom" DNS server. "sahhgw.home" is my WiFi router that I'm connected to Internet through.
@scale-tone, ISP or company can setup DNS servers and can control how DNS resolution works. Given "nice-wave-04a90fd10.1.azurestaticapps.net" is not resolving correctly (on your machine), we suspect it is the issue. Can you please try adding mapping from nice-wave-04a90fd10.1.azurestaticapps.net to 51.124.12.35 in Windows hosts file (Please see steps in https://www.freecodecamp.org/news/how-to-find-and-edit-a-windows-hosts-file/). Please note this is not a permanent solution and do not recommend doing it for all Static Web Apps
After diving further into this, it turns out that the ISP had blocked the domain due to phishing concerns. We believe this is happening as new SWA's may have the '.1.azurestaticapps.net' subdomain. This new subdomain is a side effect of architectural improvements and for the most part should be transparent to interactions with SWA.
If you are hitting SSL_PROTOCOL_ERROR or hitting DNS issues when reaching the default hostname of your SWA, you may need to contact your ISP to allowlist your domain as they may have incorrectly flagged it.
We will keep this issue open so others may comment if they are hitting similar issues with their ISPs.
Deploying this code to a newly created Static Web App instance. Tried deploying via both Azure Portal and CLI. Results are the same: the instance is created, the deployment workflow succeeds, the instance looks healthy in the portal, but the app's root URL does not respond (fails with ERR_CONNECTION_TIMEOUT):
Tried two regions: centralus and westeurope. No difference.
nslookup on the newly created DNS name (nice-wave-04a90fd10.1.azurestaticapps.net) looks weird:
Compare this with result for my previously created, healthy instance:
Doing nslookup nice-wave-04a90fd10.1.azurestaticapps.net from a GitHub codespace produces different results:
Requesting that '51.124.12.35' address results in 404:
Deployment workflow is here.
To Reproduce