Next.js Discord

Discord Forum

Next js build error

Answered
Mallow bee posted this in #help-forum
Open in Discord
Avatar
Mallow beeOP
So i get this error all the time i try to build at dont know how to fix it.
Image
Answered by Dayo
try optionally chaining all the ids. user?.id, project?.id
View full answer

6 Replies

Avatar
English Angora
Can you send code
you probably need to use and optional method call i.e.
object?.method
Avatar
@English Angora you probably need to use and optional method call i.e. ts object?.method
Avatar
Mallow beeOP
Sure, but i already did it. Its so wierd.
@English Angora here you got the code https://sourceb.in/7MdODeSNBL
Avatar
@Mallow bee <@426730460903768065> here you got the code https://sourceb.in/7MdODeSNBL
Avatar
try optionally chaining all the ids. user?.id, project?.id
Answer
Avatar
@Dayo try optionally chaining all the ids. user?.id, project?.id
Avatar
Mallow beeOP
Hey there so I fixed I over saw user.id so yea it’s fixed now. Thanks for the help though!