Karnikel

Results 3 comments of Karnikel

Because I'm using the headed mode just for test developing...I used this workaround in my code: ``` if (Cypress.browser.isHeadless) { cy.matchImageSnapshot('AnySnapshot'); } else { cy.matchImageSnapshot('AnySnapshot', { failureThreshold: 0.1 }); cy.log('Compared...

Finally I didn't get it working. I entered the local ip adress in config.php at "trusted_domains"-array and rebooted my device. Finally if I enter 192.168.1.XXX/nextcloud in my browser I would...

Hi @LAfricain, sounds plausible! Thanks. Could you please tell me what you added/changed in /etc/hosts file?