TailwindToolbox icon indicating copy to clipboard operation
TailwindToolbox copied to clipboard

Accessing any non-existent route throws 500 Server Error

Open dsone opened this issue 6 years ago • 1 comments

I am currently using your examples to get a jumpstart on TailwindCSS. For that I was looking for the fixed-header example that I am using: https://github.com/tailwindtoolbox/Fixed-Header

Via Google I came to the github version instead of the website. Oops, I wanted to look what .em-grinning is, as it's not in v1.0, so I clicked on the link in the ReadMe on that Github repo that sends me to https://www.tailwindtoolbox.com/templates/Fixed-Header -> 500 Error, incidentally this is for all non-existent pages, ie https://www.tailwindtoolbox.com/foo-bar. I'd expect a 404, though.

Something with your error handling seems broken, you might want to look into that. :)

dsone avatar Jul 24 '19 20:07 dsone

Thanks @dsone .... i need to do a bit of reading up on htaccess

tailwindtoolbox avatar Jul 26 '19 10:07 tailwindtoolbox