-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Nextjs App Router integration not working: Build command time out error #306
Comments
Have you defined a |
@mike-rambil those warnings are just stating that the way the esm loader is loaded is experimental. I don't see an issue, it says the server starts just fine. The error on the production build is because it appears to expect a |
Description
Next.js integration with new relic isn't working at all. The build command throws timeout error(screenshot provided below).
Steps to Reproduce
I am following example from this repo app-router-example.
Setup newrelic.js using this file
Setup the scripts to inject the .env in the build, dev and start commands(i am using windows) using this file as a reference
Expected Behavior
New Relic starts to emit errors to its dashboard when the integration is complete with next.js.
Relevant Logs / Console output
Scripts.
Build error message.
tsconfig.json
Your Environment
Additional context
The text was updated successfully, but these errors were encountered: