Apologies to post on an old issue, but I have the same stack trace on jruby 9.4.12.0 with Rails 7.1.5.1 (presumably due to Rails 7.1 pulling in psych and other things it did not previously.) I should probably raise a different ticket as I suspect it's due to the way we launch JRub...
So the fact that you have a data store that validates and you can't publish to it brings it down to an esri support call I think. If you can publish/have published other layers to the data store and it's all working then it's layer specific. But before you do that can yo...
@CezaryBD there's an untested and unsupported way to switch to use fast-xml-parser. It will increase the bundle size of your app. cat '.\patches@azure+core-xml+1.4.3.patch' diff --git a/node_modules/@azure/core-xml/dist/browser/index.js b/node_modules/@azure/core-xml/dist/browser...
"Sorry, an error occurred while processing your request" Also, we had a few questions regarding the scheduling of emails. We need to have the ability to limit what an emailed user can and cannot see. As it stands now, all reports have a hidden parame...
After testing a bit it seems that the issue is with how CRA handles ESM dependencies and more particularly transitive dependencies are not handled correctly it seems. There is also an outstanding issue with CRA about thisfacebook/create-react-app#10356. ...
Hmm, I did some Googling at it may be some problem with ESM + minimization + rollup.js: rollup/rollup#2646 Just as a double check while I reach out to the people in the other ticket, can you confirm that import jsSHA from "jssha/dist/sha.mjs" does not work? I didn't bundle a...