static css resources respond with 500 server error?!
Pages
A site I haven't updated in 8 months (according to git log) stopped working properly recently and I narrowed it down to the CSS assets returning a 500 server error when opened. As this page is very basic and only uses a couple of HTML, JS and CSS files and no server side code to do anything that could result in a 500 error I'm guessing this is a Cloudflare core issue. Last time it was deployed 8 months ago it also worked fine and still works fine locally.
I read online that someone had the same problem mid 2024 and he was told to update wrangler, because he had lots of files in his project. This shouldn't be the same issue though (like 20 files overall).
Thanks for any help.
(ignore the typo3temp directory, it's just legacy stuff from converting this page from typo3 to a static HTML one as the CMS was no longer needed)