Hello.
Today, I just noticed that my website is broken in a way, at least in Chrome. If you visit my website: https://hrishikeshk.netlify.app/index.html (using Chrome), and navigate to any taxonomy page from the links on the card of each post, it loads fine. But, if you reload, you’ll get the error:
This site can’t be reached
The webpage at https://hrishikeshk.netlify.app/tag/<tagName>/ might be temporarily down or it may have moved permanently to a new web address.
ERR_FAILED
I went ahead and tried in Firefox, and the initial navigation works fine in that too. However, on a reload, the capital letter of the tag name gets converted to a small one and loads the page.
For example: The URL https://hrishikeshk.netlify.app/tag/Web/ on reload will automatically change to https://hrishikeshk.netlify.app/tag/web/ and it works normally. So, I tried the same thing in Chrome and the second link works normally in Chrome with any number of reloads.
So, my question is, what should I do in this case? How do I avoid the error with my current setup?