Install all package on root folder ->
npm install
Build projects in package with stencil-components ->
npm run build
react-library ->
npm run build
react-library-ssr ->
npm run build
nextjs15 ->
npm run dev
Try page client with client rendering -> OK http://localhost:3000/client
Try page server with server side rendering -> KO. http://localhost:3000/server
Page make a 500 error and switch to client mode with error.
if you use
npm run build
A lot of errors are generated