Closed m3thm4th closed 1 month ago
How so? It seems to work on my end:
Apparently a "Page Not Found" is loaded first, then the page in your screenshot is loaded with JS. If JS is disabled the visitor is served the "Page Not Found" page.
I think I see the issue. Please try this link and see if it works for you.
The link works only if there is no /
at the end, which some browsers add automatically. so https://merritt.codes/bargain works, but https://merritt.codes/bargain/ doesn't.
What browser adds the trailing slash automatically? I don't see such behaviour on Firefox or Chrome, on Linux.
On Firefox for example I often encounter this. Anyway, this is the first time the final / creates an issue? iS it a misconfiguration with the back end?
Seems to be a quirk of the backend that having a trailing slash causes issues yeah, depending on where the site is hosted.
Since the link without the extra backslash works for both of us, I've gone ahead and updated the links to conform to that.
Thanks for opening the issue and letting me know about the problem! :blue_heart:
The issue is still there, I still see "Page Not Found" with JS disabled
It happens if you navigate to https://merritt.codes/bargain ?
or from a specific link?
It happens when I navigate to https://merritt.codes/bargain/
Right, that's with the trailing slash. That's an upstream 3rd party issue, so I updated all the links (on the website, in the repo) to a version without the trailing slash, so the links users actually click on should be okay now. Did I miss any?
Yep, I missed that one. Fixed now. Thanks! :)
The link this project points to is broken