-
Notifications
You must be signed in to change notification settings - Fork 26.9k
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
next.config.js ajv verification: analyticsId - must NOT have additional properties #38909
Comments
Getting this same error when using |
Hi @tatwater, that is expected as |
Related |
Hello @ijjk Looking at the Next docs for setting up the MDX plugin, is Thank you. |
@chrisleyva yes next.js/packages/next/server/config-schema.ts Line 542 in e955850
|
Same issue here when using NX and exportPathMap:
|
The exportPathMap warning does look like a bug, PR opened here #39171 to address that |
Same issue when using i18n in next.config.js warn - Invalid next.config.js options detected: |
@hafizasadabbas the warning above seems correct as those aren't valid i18n config fields. |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
What browser are you using? (if relevant)
chrome
How are you deploying your application? (if relevant)
next start
Describe the Bug
seems next 12.2.3 do now validates next.config.js with ajv (#38498).
As I'm using vercel analytics on my non-vercel deployments, I need to hand in the analyticsId property to next.config.js.
and at the very startup next 12.2.3 now warns about the analyticsId property:
Expected Behavior
allow analyticsId property without a warning.
Link to reproduction
.
To Reproduce
add analyticsId from vercel to next.config.js.
The text was updated successfully, but these errors were encountered: