Back to Next Js

Public `_next` folder Conflict

errors/public-next-folder-conflict.mdx

16.2.5331 B
Original Source

Why This Error Occurred

In your ./public folder you added a _next folder which conflicts with the internal usage of _next. Due to this conflicting this folder name is not allowed inside of your public folder.

Possible Ways to Fix It

Rename the _next folder in your public folder to something else or remove it.