Adam Howard
Adam Howard
This doesn't work in angular 8
Hi guys I am trying to run npm run dev:ssr but getting ReferenceError: document is not defined C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:105222 if (this.cachedCookieString === document.cookie) { I tried the polyhill as Ledzz suggested....
> Hi guys, that what I've used on server side just to get the app working: > > ```ts > import 'localstorage-polyfill'; > > (global as any).sessionStorage = (global as...
> Hi guys, that what I've used on server side just to get the app working: > > ```ts > import 'localstorage-polyfill'; > > (global as any).sessionStorage = (global as...
> Hello, same request here. > > At least please add some condition to prevent localstorage to be accessed on server rendering : > > ex > > ``` >...
I am getting error ``` C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:92808 throw new Error("NotYetImplemented"); ^ Error: NotYetImplemented at Document.exports.nyi (C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:92808:9) at CookiesStorage.getAllItems (C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:127013:46) at new CookiesStorage (C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:126928:10) at Module.89257 (C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:127101:24) at __webpack_require__ (C:\Users\Fujitsu\terabulk\terabulk-front-ssr\dist\functions\server\main.js:365915:42) at Object.28011...
Hi yes an example would be great thanks...