#✅ - Build fails in backend, path not found
1 messages · Page 1 of 1 (latest)
Hi @marsh bluff 👋 , can you share the entire error that you are observing in the backend build logs?
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.
Sounds good and thanks for sharing the detailed insights on the fix @marsh bluff ! 👏
✅ - Build fails in backend, path not found