In Next.js, a folder name starting with "@" under the app directory is used to define a parallel route. If a folder unintentionally starts with "@", it may cause an error.
Please check if there is any folder starting with "@" under the app directory.