rsnext/errors/public-next-folder-conflict.mdx
Delba de Oliveira 44d1a1cb15
docs: Migrate error messages to MDX and App Router. (#52038)
This PR is part of a larger effort to migrate error messages to MDX and
use App Router: https://github.com/vercel/front/pull/23459
2023-07-05 06:11:16 -07:00

11 lines
381 B
Text

---
title: 'Public `_next` folder Conflict'
---
## 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.