Could not find module (shadcn Component) in the React Client Manifest
Working on NextJS 14.1.0 to build a portfolio project and came across this error trying to build a server component that utilizes a server action. Seen other posts with similar issue, but none of the solutions worked for me. Remove "use server" presents a different error pointing to my User schema, but thinking I need to keep this as I'm using getServerSession. Not sure how to go about a solution, so any help would be great if anyone's encountered this before.
1 Reply
Try using T3 to initialize a new project with NextAuth because your imports look kind of sus...
For example, this is from T3