Questions tagged [build-error]

A mistake that arises while the construction is being completed.

Issue encountered with pnpm dev: Unable to locate module for contentlayer/generated

I have encountered an issue while running the development server for my Next.js project using pnpm. The server starts successfully, but I am facing an error related to the contentlayer/generated module. Here is the error message I am receiving: ... - erro ...

Error encountered while attempting to clone repository in AWS Amplify: "SSR apps do not support Basic Auth."

My AWS Amplify app has restricted access control set up with credentials in the app settings. However, I noticed that when I temporarily turn off the restrictions to make it publicly viewable and then try to turn them back on again, the build fails in AW ...