spatie / laravel-server-side-rendering

Server side rendering JavaScript in your Laravel application
https://sebastiandedeyne.com/posts/2018/server-side-rendering-javascript-from-php
MIT License
662 stars 63 forks source link

document is not defined #90

Closed dbateson closed 2 years ago

dbateson commented 2 years ago

__webpack_require__.b = document.baseURI || self.location.href; ^ ReferenceError: document is not defined

I'm using Nova admin which uses document, which is why I think I'm getting the error. Is there a way around it? Nova doesnt need to be ssr'd. Is there a way of excluding Nova?

spatie-bot commented 2 years ago

Dear contributor,

because this issue seems to be inactive for quite some time now, I've automatically closed it. If you feel this issue deserves some attention from my human colleagues feel free to reopen it.