cypress-social-logins
cypress-social-logins copied to clipboard
Error: net::ERR_CERT_AUTHORITY_INVALID at https://localhost:8080/#/
Hi
I have this vue.js app which, after some hacks (creating local certificate and enabling my dev env for social auth), I could make it testable in my local environment using https://localhost:8080/
.
Althought cypress chrome browser does not enter the page due to the invalid authority of my self-signed certificate. I didn't find any issues related to that. Maybe I am missing something in my way to the tests?
Error: net::ERR_CERT_AUTHORITY_INVALID at https://localhost:8080/#/
Thanks in advance