rvaidun / befake

view bereals without posting your own :)
284 stars 127 forks source link

Login Issue: "Send" Button Unresponsive During Phone Verification on Safari #187

Closed JonathanStefanov closed 8 months ago

JonathanStefanov commented 8 months ago

Issue Description

I'm encountering an issue on the login page where the "Send" button remains unresponsive after entering my mobile phone number for verification.

Steps to Reproduce

  1. Navigate to the login page.
  2. Enter the mobile phone number in the provided field.
  3. Click the "Send" button to initiate verification.

Expected Behavior

I expect the "Send" button to trigger a verification process that sends an SMS code to my mobile phone, allowing me to proceed with the login.

Actual Behavior

The "Send" button does not respond upon clicking. The interface shows no indication of processing the request, and it indefinitely stays in a "Send" state without any error messages or feedback.

Environment

ScreenShot

ScreenShot

juanriqu commented 8 months ago

Do you have any solution?

NicoWeio commented 8 months ago

Could you try looking at the developer tools' Network tab and posting the last failed request's (assuming there is one) response?

JonathanStefanov commented 8 months ago

It was an issue with the CORS anywhere proxy which was not used for the OTP request. I've just found the error and fixed it but noticed you also correctly fixed it in your last commit