NextJS 15 default starter app show an error

clock Icon

asked 1 year ago Asked

message

1 Answers

views

7 Views

 

Using npx create-next-app@latest, I got an error on a fresh start using NextJS 15. i already updated my node version. any work around with this or should i just use NextJS's previous Version?

the fresh app from NextJS 

updating my node version, knowing about the invalid html placement. or did I miss something during installation of NextJS 15?

1 Answers

Maybe there is stale build info - could you stop your next server, delete the .next directory, then see if you get the same error?

Write your answer here

Top Questions