With the proper authorization token, I currently encounter the following:
Error getting blogPosts.
⨯ N [Error]: Error serializing `.blogPosts` returned from `getStaticProps` in "/".
Reason: `undefined` cannot be serialized as JSON. Please use `null` or omit this value.
page: '/'
}
✓ Compiled /_error in 151ms (1050 modules)
GET / 500 in 4789ms
With the proper authorization token, I currently encounter the following: