#Cloud Build Fails Due to Path Resolution Issues While Local Build Succeeds

3 messages · Page 1 of 1 (latest)

modest goblet
#

Hi! I can't build the project in the cloud. The logs say that the bundler can't recognize the paths, but there are no build issues locally. I removed pnpm from the website template and am using npm instead.

Here is the build log from the cloud payload (attachment).

Could you please advise how I can solve this issue?

arctic birchBOT
modest goblet
#

Wow, amazing—I finally got it. About two years ago, I learned about a Git feature where it doesn't recognize case sensitivity. So when I saw folders and CoolComponentNames in the official Payload repo, I figured the issue had probably been fixed. But I kept using normal-file-names. Now I have normal names locally, but Git still has files and folders with uppercase letters from the official template. I'm thrilled.