__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?
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.
__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?