You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if i use direcly toasty inside a compononent without the error handler class.... the prereding works well i can refresh the page without any problem.... only during the prerending using the error handler class
Any idea how to fix that
Thanks in advance
The text was updated successfully, but these errors were encountered:
Hi,
I got an error during server side prerending
Exception: Call to Node module failed with error: ReferenceError: window is not defined at ToastyComponent._setTimeout
`import {ErrorHandler, Inject, NgZone} from "@angular/core";
import {ToastyService} from "ng2-toasty";
export class AppErrorHandler implements ErrorHandler {
}`
if i use direcly toasty inside a compononent without the error handler class.... the prereding works well i can refresh the page without any problem.... only during the prerending using the error handler class
Any idea how to fix that
Thanks in advance
The text was updated successfully, but these errors were encountered: