Next starter for creating a blog with Strapi.
This starter allows you to try Strapi with Next with the example of a simple blog. It is fully customizable and due to the fact that it is open source, fully open to contributions. So do not hesitate to add new features and report bugs!
This is a companion discussion topic for the original entry at https://strapi.io/blog/strapi-starter-next-js-blog
opensslErrorStack: [ 'error:03000086:digital envelope routines::initialization error' ],
library: 'digital envelope routines',
reason: 'unsupported',
code: 'ERR_OSSL_EVP_UNSUPPORTED'
}
I can confirm the issue, switching my node version to 14 fixed it for me.
I am assuming there were breaking changes with next 11 and newer node versions.
We are in the process of updating our starter to use Next 13, will let you know when it is ready.
But for now, if you would like to use the current starter, you need to use node 14.
Let me know if you have any other questions.
1 Like
What to make an update post. We finally released a new starter that user next 13 and Strapi can find it here GitHub - strapi/nextjs-corporate-starter: Strapi Demo application for Corporate Websites using Next.js