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'm trying to add the appoptics-apm to our Angular Universal app but I encounter this error.
2022-09-07T14:24:39.509Z appoptics:error Can't load ace-context Error: Cannot find module 'ace-context'
at webpackEmptyContext (/srv/app/dist/front/server/main.js:527845:10)
at Object.qnQl (/srv/app/dist/front/server/main.js:476936:39)
at __webpack_require__ (/srv/app/dist/front/server/main.js:20:30)
at Object.uj+Y (/srv/app/dist/front/server/main.js:516474:1)
at __webpack_require__ (/srv/app/dist/front/server/main.js:20:30)
at Object.0 (/srv/app/dist/front/server/main.js:34341:18)
at __webpack_require__ (/srv/app/dist/front/server/main.js:20:30)
at /srv/app/dist/front/server/main.js:84:18
at Object.<anonymous> (/srv/app/dist/front/server/main.js:87:10)
at Module._compile (node:internal/modules/cjs/loader:1105:14)
2022-09-06T14:47:10.318Z appoptics:error AppopticsAPM disabled due to: context provider not loaded, appoptics-bindings not loaded due to previous errors
The ace-context is visible in our node_modules but I think that webpack does not include it in the build.
Any idea why I have this error ?
The text was updated successfully, but these errors were encountered:
Hi,
I'm trying to add the appoptics-apm to our Angular Universal app but I encounter this error.
The
ace-context
is visible in our node_modules but I think that webpack does not include it in the build.Any idea why I have this error ?
The text was updated successfully, but these errors were encountered: