Daniel Gamboa Rojas
Daniel Gamboa Rojas
> Same problem here with NextJS. I suppose this must fail with SSR-Frameworks since there is no navigator object on the server side. I would suggest to incorporate the bugfix...
I have resolved this situation. As I'm using a Virtual Machine I decide to create a new VM to have a virgin installation of Ubuntu 18.04. I installed via nvm...
I have the same issue. Has someone found a solution? I think this may be caused by this function in router > index.js `const router = new Router({ mode: 'history',...