Next.js Discord

Discord Forum

Unrecognized key(s) in object Error

Answered
se7t lil posted this in #help-forum
Open in Discord
Hi im getting the following error in my next.config.js file , i recently updated to nextjs v 14 , im new to next and working on a project with a teammate who made the next.config.js file and he doesnt have the issue , so im not so sure what's causing this issue
 
âš  Invalid next.config.js options detected: 
 âš      Unrecognized key(s) in object: 'appDir' at "experimental"
 âš  See more info here: https://nextjs.org/docs/messages/invalid-next-config
Answered by joulev
remove the experimental part and you are good to go
View full answer

2 Replies