Replies: 1 comment 1 reply
-
I had exactly the same error, pointing to exactly the same location:
at
the when I commented out my |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm facing this issue when trying to run the SSR server for a Laravel project:
I'm using Vue3 + Inertia + Vite + Laravel under docker (sail). Before trying to start the SSR server I successfully executed the command
npm run build
(which runsvite build && vite build --ssr
).The strange thing is that the error message says that the issue is inside InertiaJS core. And I've also tried to comment out any
document
in the project but the issue persist (I've re-runnpm run build
).This is the code around line 903 (
router.on("before", (event) => {
) inbootstrap/ssr/ssr.js
:Installed packages:
UPDATE:
I think it may be an issue with this package:
https://github.com/emargareten/inertia-modal
Beta Was this translation helpful? Give feedback.
All reactions