matthprost / scaleway-manager

Scaleway Manager is an IONIC application that use Scaleway API to manage your servers.
GNU Lesser General Public License v3.0
40 stars 4 forks source link

reCaptcha does not work #27

Closed idnovic closed 1 month ago

idnovic commented 3 months ago

I can not login because the reCaptcha does not work.

ERROR for site owner: Invalid site key

tarbib commented 2 months ago

Same here

VLNTNO commented 1 month ago

Hello, I noticed the same issue here too, resulting in being unable to log in and test the application. Would it be possible to log in via a web view calling the default browser ? This would enable to use the stored password for Scaleway seamlessly. Best regards.

matthprost commented 1 month ago

Hello!

Sorry for late answer, it seems that Scaleway changes their captcha from reCaptcha to friendlyCaptcha. I'm actively working on an update (#28) in order to make the app work like it did before. Hopefully it should be available next week.

@VLNTNO It's a good idea but I cannot use that as I don't have control over Scaleway login system. To do so, they should implement a deeplink to the app that redirect you onto it when log-in via the webrowser. As the app is independent from Scaleway, such implementation cannot occur.

Have a nice day!

idnovic commented 1 month ago

I tested the newest update and the captcha is very slow. I also can not successfully log in because I am not asked for 2fa. This may be a scaleway issue. Because the captcha is also very slow at the website.

matthprost commented 1 month ago

Hello @idnovic, I made another update since then it seemed that the 2fa didn't properly work due to some internal configuration. For the captcha it can indeed be slow, I don't know exactly how does it work but it seems that if your IP has made many requests onto it, it will be slower.

You can find the new version here: https://github.com/matthprost/scaleway-manager/releases/tag/2.4.1

Or download it directly from Apple Store or Google Play Store

VLNTNO commented 1 month ago

That's OK for me, after the update deployed on the Google Play Store I could enjoy your application. Cheers!