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
When I run code from command line, i.E. for unit tests through tape, this error gets thrown. Please add an additional check to ensure that self is defined. Thx
The text was updated successfully, but these errors were encountered:
Having same issue as I run code in backend.
System.Exception: Call to Node module failed with error: Prerendering failed because of error: ReferenceError: self is not defined
at Object. (D:\Projects\happ\Client\dist\main-server.js:119827:19)
When I run code from command line, i.E. for unit tests through tape, this error gets thrown. Please add an additional check to ensure that
self
is defined. ThxThe text was updated successfully, but these errors were encountered: