moshest / next-client-cookies

SSR and client support for cookies in Next.js 13 (app directory)
MIT License
136 stars 9 forks source link

Could not find the module in the React Client Manifest #10

Closed pnodet closed 9 months ago

pnodet commented 10 months ago

Hi!

I'm running into the following error, any lead on how this may be solved?

Error: Could not find the module "/node_modules/.pnpm/next-client-cookies@1.1.0_next@14.0.3_react@18.2.0/node_modules/next-client-cookies/dist/provider.mjs#SecureCookiesProvider" in the React Client Manifest. This is probably a bug in the React Server Components bundler.

moshest commented 10 months ago

What's your current setup? Did you try delete node_modules and reinstall?

I have other Next.js projects that are working so I guess it's something in PNPM caching?

moshest commented 9 months ago

Closing as idle