samvera / samvera.org

Static built NextJS web app for samvera.org
https://samvera.org
1 stars 1 forks source link

Build failures encountered during local development #151

Open jrgriffiniii opened 2 months ago

jrgriffiniii commented 2 months ago

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
jrgriffiniii commented 1 month ago

I have this fixed now, and I am no longer blocked by this local bug.