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
I have a MVC project created in Visual Studio, but when I import the alertify.js and trying the basic alertify.log("Standard log message"); I've got this error message.
Cannot read property 'appendChild' of null at Object.setupLogContainer (alertify.js:188) at Object.notify (alertify.js:213) at Object.log (alertify.js:174) at Object.log (alertify.js:455) at assign_back (serviceentry:721)
I have a MVC project created in Visual Studio, but when I import the alertify.js and trying the basic
alertify.log("Standard log message");
I've got this error message.Cannot read property 'appendChild' of null at Object.setupLogContainer (alertify.js:188) at Object.notify (alertify.js:213) at Object.log (alertify.js:174) at Object.log (alertify.js:455) at assign_back (serviceentry:721)
What should I checked? I'm using the current version from here: https://alertifyjs.org/
The text was updated successfully, but these errors were encountered: