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
We are using the PACE progress bar in our angular 9 app. But all of a sudden the REST API calls to the backend is blocked by pace in cloud environment and we got the below error,
Function.prototype.toString requires that 'this' be a Function
at toString (<anonymous>)
at toString (zone.js:1600)
at push../node_modules/core-js/internals/inspect-source.js.store.inspectSource (inspect-source.js:8)
at toString (redefine.js:33)
at ua (ruxitagentjs_ICA27SVfgqrux_10205201218101503.js:389)
The REST API calls are not blocked, when we remove the pace plugin. The issue occurs only in the cloud.
Environment details:
GCP cloud,
Docker,
Angular 9
Can you kindly shed some light on this!
The text was updated successfully, but these errors were encountered:
Hi Team,
We are using the PACE progress bar in our angular 9 app. But all of a sudden the REST API calls to the backend is blocked by pace in cloud environment and we got the below error,
The REST API calls are not blocked, when we remove the pace plugin. The issue occurs only in the cloud.
Environment details:
GCP cloud,
Docker,
Angular 9
Can you kindly shed some light on this!
The text was updated successfully, but these errors were encountered: