Next.js Discord

Discord Forum

Deployment error : Code: NOT_FOUND - No framework detected - Next.js 14.1.0

Answered
Southeastern blueberry bee posted this in #help-forum
Open in Discord
Southeastern blueberry beeOP
Hi, I'm having a problem when deploying my project. I don't understand why, but the Framework (Next.js 14.1.0) is not detected during deployment even though the project is build and does not encounter any errors.
Have you ever encountered this kind of case?
Thanks in advance for your help
Answered by linesofcode
Under framework make sure nextjs is selected
View full answer

4 Replies

Go to the settings page for the project
Under framework make sure nextjs is selected
Answer
Then redeploy
Southeastern blueberry beeOP
It's work, thank you very much.