after running npx create-next-app@latest
, I said yes to use App Router(as it recommends to use it). but after that when I run npm run dev
I'm getting the following errors.
Uncaught Error: Could not find the module "node_modules\next\dist\client\components\app-router.js#" in the React Client Manifest. This is probably a bug in the React Server Components bundler
.
The above error occurred in the <ServerRoot>
component
I tried to install app router explicitly but still no luck.