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
Error: Error serializing .allPosts[0].excerpt returned from getStaticProps in "/".
Reason: undefined cannot be serialized as JSON. Please use null or omit this value all together.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I tried to run this example:
https://github.com/vercel/next.js/tree/canary/examples/cms-contentful
when in "Step 6. Run Next.js in development mode"
i got this error message
Error: Error serializing
.allPosts[0].excerpt
returned fromgetStaticProps
in "/".Reason:
undefined
cannot be serialized as JSON. Please usenull
or omit this value all together.i'm new in javascript, please help
Beta Was this translation helpful? Give feedback.
All reactions