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 for some reason the application cannot obtain the js file (for instance something wrong in nginx or someone blocked it) the whole application breaks.
This shouldn't happen.
To fix this, all you need to do is not to reject the promise in
ngx-pendo.injector.js
I have a PR ready but don't have access to push it...
The text was updated successfully, but these errors were encountered:
I still want to use RxJS to solve this problem. Pendo script still needs 5 ~ 10 seconds to load in China, which means there will be a long initialization time. This change is in progress and will be released in the next major release https://github.com/yociduo/ngx-pendo/compare/rxjs
If for some reason the application cannot obtain the js file (for instance something wrong in nginx or someone blocked it) the whole application breaks.
This shouldn't happen.
To fix this, all you need to do is not to reject the promise in
I have a PR ready but don't have access to push it...
The text was updated successfully, but these errors were encountered: