next.js/errors/public-next-folder-conflict.mdx
public-next-folder-conflict.mdx12 lines381 B
---
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.
Quest for Codev2.0.0
/
SIGN IN