Hi Experts,
today i am trying to access my website which has deployed 1 month ago it wa working fine but today it throw this message on browser when i hit the URL “https://alrehmanai.netlify.app/ ”.
is it a maintenance issue or some thing else ? please guide
Regards,
Happy coding
luke
May 20, 2024, 3:47pm
2
That URL is working normally when I test. What error do you see in the browser?
$ curl --compressed -svo /dev/null --stderr - https://alrehmanai.netlify.app/ | egrep '^(<|>)'
> GET / HTTP/2
> Host: alrehmanai.netlify.app
> User-Agent: curl/8.6.0
> Accept: */*
> Accept-Encoding: deflate, gzip
>
< HTTP/2 200
< accept-ranges: bytes
< age: 0
< cache-control: public,max-age=0,must-revalidate
< cache-status: "Netlify Edge"; fwd=miss
< content-encoding: gzip
< content-type: text/html; charset=UTF-8
< date: Mon, 20 May 2024 15:46:46 GMT
< etag: "2a06e202ec29ef48bca928e134de21a4-ssl-df"
< netlify-vary: cookie=__next_preview_data:presence|__prerender_bypass:presence
< server: Netlify
< strict-transport-security: max-age=31536000; includeSubDomains; preload
< vary: Accept-Encoding
< x-nf-request-id: 01HYBAY4120GRGQFR19TNHJVMA
<
That shows a 200 status above and it also displays normally in a browser.
it just because of some technical glitch now it is working
Interesting, let us know if you see it go down again, so we can look into what error codes are coming in. Thanks!