Hi, i’m a new user and just started using your service for free web hosting. was able to successfuly deploy my website but ecountered error in one of my pages. It says Site cant be reached and an ERR_HTTP2_PROTOCOL_ERROR. What should i do . this my website https://sweet-beijinho-3a1957.netlify.app,
@Luubu If you aren’t doing anything more advanced like using an SSG (Static Site Generator) that’s automatically producing routes that operate using Serverless Functions, then my guess is that most of your issues will be getting caused by your use of a percent sign % for that URL.
The URL’s to your various pags are also fairly inconsistent in how they’re defined, some are root relative, some are relative some try to go up a directory (which doesn’t exist), there’s also a lot of mixed case (uppercase/lowercase) and you should remember that Netlify is case-sensitive.