#✅ - Build fails in backend, path not found

1 messages · Page 1 of 1 (latest)

marsh bluff
#

I have tried to completely remove the app from amplify and remake to no avail. Deploys without a hitch to vercel.

wet bone
#

Hi @marsh bluff 👋 , can you share the entire error that you are observing in the backend build logs?

marsh bluff
#

I was able to resolve the issue, it was due to shadcn/ui's CLI by default creating a globals.css at app/globals.css, when in my next13 app it was located at src/app/globals.css, so it created another app folder at the root level during initialization. Amplify was picking up on that app folder instead of the one in the .next folder. Once I got rid of shadcn/ui and reinitialized it at src/app/globals.css it built and deployed.

wet bone
#

Sounds good and thanks for sharing the detailed insights on the fix @marsh bluff ! 👏

sullen turretBOT
#

✅ - Build fails in backend, path not found