April 2, 2025 (3mo ago)
Been debugging why my images works well in local deployment but not in the live website. I was throwing a fit with Claude and ChatGPT why it can't give me simple answers.
And after some resignation, I realized that Linux is case senstive in Folder Names.
That's why this /foldera/Folderb/folderc
works in Windows.
but not in Linux.
I had to refactor all my path codes to lower cases.
I guess something to celebrate that my mind can still problem solve :)