gluon-framework / gluon

A new framework for creating desktop apps from websites, using system installed browsers and NodeJS
https://gluonjs.org
MIT License
3.1k stars 76 forks source link

ReCaptcha v2 doesnt work #76

Closed diegoacs0 closed 11 months ago

diegoacs0 commented 11 months ago

image <-- Here at bottom should be a recaptcha v2, but instead it shows on console: Uncaught (in promise) ReCaptcha error: Failed to load script

And i litteraly just got this problem with gluon. What should i do then?

diegoacs0 commented 11 months ago

const Window = await Gluon.open('WEBSITE', { allowNavigation: true,

}); <-- fixed What a shame sorry for bothering u guys