Hi, @jasper-bot. I get a 200 response for that URL:
$ curl --compressed -svo /dev/null https://<redacted site subdomain>.netlify.app/login 2>&1 | egrep '^< '
< HTTP/2 200
< cache-control: public, max-age=0, must-revalidate
< content-type: text/html; charset=UTF-8
< date: Wed, 08 Dec 2021 10:00:33 GMT
< etag: "27c60e78ed0dcd79039fd44dd57ce2f5-ssl-df"
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< content-encoding: gzip
< vary: Accept-Encoding
< content-length: 548
< age: 0
< server: Netlify
< x-nf-request-id: 01FPCQSM6KSNZJXVAEXE8NNQ0N
<
If you are stilling getting not found errors locally, my best guess is that your local system’s service worker has cached them. We have a support guide about service workers here: