cypress-social-logins icon indicating copy to clipboard operation
cypress-social-logins copied to clipboard

next-auth.js Target closed

Open cbwheadon opened this issue 4 years ago • 1 comments

Hi, I'm following the example given here: https://next-auth.js.org/tutorials/testing-with-cypress but I'm failing at this point: .task('GoogleSocialLogin', socialLoginOptions)

Screenshot 2021-01-13 at 15 46 31

These are the options I have set:

Screenshot 2021-01-13 at 15 50 09

I have no idea what to look at to start diagnosing the issue. Do you have any ideas?

cbwheadon avatar Jan 13 '21 15:01 cbwheadon

@cbwheadon Hi, I'm able to resolve this error by downgrading puppeteer to 7.1.0, you could change the version in package.json and delete node_modules and do npm install

love1esskris avatar Oct 04 '21 17:10 love1esskris