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. ๐คฆโโ๏ธ
@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.