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
MuawiyahOP
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)
18 Replies
@Muawiyah 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)
from my experience, this error may come from
'use server' in wrong place@Ray from my experience, this error may come from `'use server'` in wrong place
MuawiyahOP
I used
'use client'. and it was working yesterday. but today it's not working. but i don't touch the codewhere do you use
'use client'?MuawiyahOP
in
@modal->(.)add-question->page.tsxcan you try remove
'use client' and see if the error goes away?just comment out every hook
MuawiyahOP
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 projectMuawiyahOP
I did not used
use server in this projecthmm
can you liveshare?
sure
dm me the link
solved by removing
[...not_found] folderAnswer