Yo, error 505 gang!
Quick fix: Open dev tools (F12), go to the Network tab, and reload the page. Look for the HTTP version in the headers. If it’s 1.1, the server might hate it.
No luck? Try curl in terminal: *curl -v --http2 [URL]*. If it fails, def a server issue.
Quick fix: Open dev tools (F12), go to the Network tab, and reload the page. Look for the HTTP version in the headers. If it’s 1.1, the server might hate it.
No luck? Try curl in terminal: *curl -v --http2 [URL]*. If it fails, def a server issue.
