Why I have this error followed the quick start guide Nextjs

Builder changes are displayed on localhost/3000, but this error is in the terminal!

Hi @Yusipower! Thank you for reporting this bug. This was a typo in the blog causing a type matching issue. I published an update today with the correction. To fix this in your code you can change line 12 to }: GetStaticPropsContext<{ page: string[] }>) { and that should get rid of the error.

1 Like