I set up Inertia.js SSR with React in my project. When I run node public/js/ssr.js and access the page:
ReferenceError: document is not defined
at insertStyleElement (.../public/js/ssr.js:2603:15)
and
TypeError: Cannot read property 'usePage' of undefined
errors are thrown.
Dependencies:
"@inertiajs/inertia": "^0.11.0",
"@inertiajs/inertia-react": "^0.8.0",
"@inertiajs/server": "^0.1.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"webpack-node-externals": "^3.0.0"
Node version: v14.15.4