Next version: 13.4.12 Node version: 18.17.0
When I create a next app with "npx create-next-app@latest" and npm run dev immediately after creating it, I am getting the following error.
Server Error Error: Could not find the module "C:\Users\Kerem\Desktopudb-next\node_modules\next\dist\client\components\app-router.js#default" in the React Client Manifest. This is probably a bug in the React Server Components bundler. This error happened while generating the page. Any console logs will be displayed in the terminal window.
Problem Resolved.
As seen in the attached photo, the path appears to be "..../Desktopudb/...". My app's name is "udb," located on my desktop. However, the absence of "/" between them causes this issue. Changing my app directory's name to "-udb" eliminates the problem.