Next.js Discord

Discord Forum

Could not find the module in the React Client Manifest. This is probably a bug in the React Server C

Answered
Muawiyah posted this in #help-forum
Open in Discord
Hey, Does anyone know why this error showing? it was okay before. but instantly it's showing a error. i don't know why. (Please ping me when you will reply)
Answered by Ray
solved by removing [...not_found] folder
View full answer

18 Replies

@Ray from my experience, this error may come from `'use server'` in wrong place
I used 'use client'. and it was working yesterday. but today it's not working. but i don't touch the code
where do you use 'use client'?
in @modal->(.)add-question->page.tsx
can you try remove 'use client' and see if the error goes away?
just comment out every hook
I removed existing code and use this code. but still not working
import React from "react";

const Page = () => {
  return <div>Page</div>;
};

export default Page;
then the error should be come from somewhere else
search for use server in your project
I did not used use server in this project
hmm
can you liveshare?
sure
Should i dm you? @Ray
or where should i share my screen?
sure
dm me the link
solved by removing [...not_found] folder
Answer