I try to configure Storyblok with Next.js following this tutorial https://www.storyblok.com/tp/next-js-react-guide#connecting-storyblok-with-next-js
and when I have everything set I get the following error:
`Server Error
Error: self signed certificate in certificate chain
This error happened while generating the page. Any console logs will be displayed in the terminal window.
Call Stack
TLSSocket.onConnectSecure
_tls_wrap.js (1497:34)
TLSSocket.emit
events.js (315:20)
TLSSocket._finishInit
_tls_wrap.js (932:8)
TLSWrap.ssl.onhandshakedone
_tls_wrap.js (706:12)`
Can anyone help me with this?