You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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"
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 |
Someone could help me ??
The text was updated successfully, but these errors were encountered: