Closed
Description
Today one of my published projects presented the error Uncaught TypeError: Cannot assign to read only property 'copy' of object '[object Object]'
.
We didn't update anything so we started investigating and the error is returned by the script "https://hcaptcha.com/1/api.js?render=explicit" loaded by ng-hcaptcha.
Other projects of mine, using the same version, continue to work correctly. What could be causing this? My environment runs under Angular 15.
api.js?render=explicit:3 Uncaught TypeError: Cannot assign to read only property 'copy' of object '[object Object]'
at Object.<anonymous> (api.js?render=explicit:3:262458)
at 29.base64-js (api.js?render=explicit:3:263818)
at o (api.js?render=explicit:3:221092)
at api.js?render=explicit:3:221144
at 2.buffer (api.js?render=explicit:3:221758)
at o (api.js?render=explicit:3:221092)
at api.js?render=explicit:3:221144
at 8../buffer-global (api.js?render=explicit:3:225354)
at o (api.js?render=explicit:3:221092)
at api.js?render=explicit:3:221144