I just spend like 6h trying to fix a build error of my Web site on #netlify. Tried all kinds of weird stuff. Turns out the problem was a file containing a β€žΓΌβ€œ in the filename. πŸ€¦β€β™‚οΈ
@ceedee666 i feel with you and perhaps it will comfort you to hear that I also had such experiences several times.
The good thing is that I’ve always learnt a lot whilst trying to find the reason

@htammen this time I only learned that β€žΓΌβ€œ might leed to strange errors. In hindsight it’s clear why. The β€žΓΌβ€œ was in the name of a image file via a markdown file that is imported via markdown into the JS page. That caused obscure JS errors during the page build. And I tried to resolve these by upgrading npm packages etc.

But in principle I’m with you. There is usually a lot to learn when debugging errors.