server icon indicating copy to clipboard operation
server copied to clipboard

Inertia.js (SSR) Server

Results 12 server issues
Sort by recently updated
recently updated
newest added

I have admin and public pages now I want to exclude all pages under admin folder and only SSR the pages under public folder.

I believe there's a bug related to Node ESM in some scenarios when trying to lift the SSR server that causes the `createServer` function to be undefined. **How to reproduce:**...

Respond with a 500 error with the stack in the body of the response on error so it can be logged in the Laravel adapter. This change works with https://github.com/inertiajs/inertia-laravel/pull/425...

npm ERR! code ERESOLVE npm ERR! ERESOLVE unable to resolve dependency tree npm ERR! npm ERR! While resolving: undefined@undefined npm ERR! Found: @inertiajs/[email protected] npm ERR! node_modules/@inertiajs/inertia npm ERR! dev @inertiajs/inertia@"^0.10.1"...

I've built up my SSR config and it runs locally, I see the ssr rendering inside the `#app` element. But when I build this `ssr.js` file in Github Actions, then...

Hey After I setup SSR and run "node ssr.js" it throws errors like MODULE_NOT_FOUND Cannot find module 'vue'. I have only vue-server as prod dependency in package.json. All other packages...

I'm trying to set up SSR with Laravel 8 and Vue3 but run into this problem. ```bash ERROR in ./node_modules/@inertiajs/server/lib/index.js 10:12-27 Module not found: Error: Can't resolve 'http' in '/Users/apple/Learning/sso/node_modules/@inertiajs/server/lib'...

When i load a page from ssr server i get this error- ```js TypeError: Cannot read properties of undefined (reading 'home') at new f (/var/www/canmateu/node_modules/ziggy-js/dist/index.js:1:4137) at /var/www/canmateu/node_modules/ziggy-js/dist/index.js:1:7508 at Header (file:///var/www/canmateu/bootstrap/ssr/assets/app-layout-bcb5d093.mjs:22:162)...

I have a project and its required to deploy on a shared hosting. i only have cPane and i can only create node app.There is no option to keep inertial:start-ssr...

Добрый день. Делал все по документации "Inertia SSR". Он работает правильно локально и на сервере тоже работает. Но когда я пытаюсь заходить на свой север бекэнд (http://10.241.81.15:8085/), он выдает ошибку:...