Skip to content

Thread validation failed: text: Cast to ObjectId failed #114

Description

@B1TSH3LL

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 ??

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions