wrp
wrp copied to clipboard
Google Sign-In not Working
How do I fix this?
I'm having the same problem as well. If you're running Chrome/Chromium headless, see if you can execute it in a desktop environment and perhaps that'll fix it. Many web services seem to block headless (no UI) browsers.
there must be some workaround in chromedp
some starting points
https://github.com/chromedp/chromedp/issues/877 https://github.com/chromedp/chromedp/issues/669
I think perhaps we could use https://github.com/go-rod/stealth ?