Tommaso A
Tommaso A
Following this suggestion https://github.com/cypress-io/cypress/issues/17173#issuecomment-887257762, I have added `CHOKIDAR_USEPOLLING=1` to my environment and it works
I have managed to create a minimal reproduction (https://github.com/TommasoAmici/cypress-repro-23061) It fails on our self hosted GitLab running in a Docker runner (it's not a public instance so I cannot link...
The `.gitlab-ci.yaml` is generic. I've set up a public repo on GitLab to test it annd indeed it fails: https://gitlab.com/tommaso.amici/cypress-repro-23061/-/jobs/2836895815
Thanks for the tip, but as explained above, I already found a workaround > Following this suggestion [#17173 (comment)](https://github.com/cypress-io/cypress/issues/17173#issuecomment-887257762), I have added `CHOKIDAR_USEPOLLING=1` to my environment and it works However...
Just in case someone else has the same issue, I have added `--spec 'cypress/**/*.cy.js'` when calling `cypress` as a workaround
I'm getting it on all browsers on my MacBook and on my girlfriend's MacBook as well. Chrome Version 88.0.4324.192 (Official Build) (x86_64) Safari Version 14.0.3 (16610.4.3.1.4) Firefox 87.0b2 (64-bit) This...
As extra info: my `offen.env` looks like this ``` OFFEN_SECRET="mysecretkey==" OFFEN_SERVER_REVERSEPROXY=true OFFEN_SMTP_HOST="my.mail.server" OFFEN_SMTP_USER="[email protected]" OFFEN_SMTP_PASSWORD="mypassword" OFFEN_SMTP_PORT="587" ```
I'm going to disable it and see if that's causing these issues
Yes! That was it!
As I said in the Cloudflare thread Having Rocket Loader enabled? If yes, try disabling it. Rocket Loader was disabled Moreover, check and try disabling CSS and JS Minify at...