threads icon indicating copy to clipboard operation
threads copied to clipboard

Thread validation failed: text: Cast to ObjectId failed

Open B1TSH3LL opened this issue 8 months ago • 1 comments

I was trying to build the project along with the video. at timestamp 2:50:00 , i got an error as

Error: Error while creating thread: Thread validation failed: text: Cast to ObjectId failed for value "Lorem ipsum dolor sit amet, consectetur adipiscing elit. Mauris mi nisi, porta at tortor ac, condimentum egestas diam. In vel placerat lectus. Vestibulum sed ultrices erat, sed dignissim dolor." (type string) at path "text" because of "BSONError"

Source lib\actions\thread.actions.ts (37:11) @ createThread 35 | revalidatePath(path); 36 | } catch (error: any) { > 37 | throw new Error(Error while creating thread: ${error.message}); | ^ 38 | } 39 | } 40 |

image image

Someone could help me ??

B1TSH3LL avatar Jun 02 '24 17:06 B1TSH3LL