Matheus Plessmann

Results 4 comments of Matheus Plessmann

In my case I'm using `cypress-io/github-action` and was getting the `EACCES: permission denied` error. I fixed it by running containers as user 1001 ```yaml container: image: cypress/browsers:node14.17.0-chrome88-ff89 options: --user 1001...

We are having a similar issue. The Intercom widget works, but if a user clicks on a message the widget disappears and Partytown throws this error: ``` TypeError: Cannot set...

We are having the same issue! @adamdbradley do you know what we can do to work around this error?