Err_http2_protocol_error

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,

(full error)

This site can’t be reached

The webpage at https://sweet-beijinho-3a1957.netlify.app/100%%20philippine%20coffee/philippine%20coffee.html might be temporarily down or it may have moved permanently to a new web address.

ERR_HTTP2_PROTOCOL_ERROR

@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.

You’ll encounter less issues if you make things consistent and you should be careful with %.

Due to Percent-encoding % itself needs to be %25.

If you’re in doubt or struggle to get it working, you could just avoid it by making the page 100-percent-philippine-coffee for example.