Skip to content

Unable to send you a login code. Try again later. #26

@afansv

Description

@afansv

Hello, everyone! I have a problem with sms auth using Twilio. That's my settings:

PASSWORDLESS_AUTH = {
    'PASSWORDLESS_AUTH_TYPES': ['MOBILE'],
    'PASSWORDLESS_MOBILE_NOREPLY_NUMBER': 'secret',
    'PASSWORDLESS_USER_MARK_MOBILE_VERIFIED': True,
}

And .env:

TWILIO_ACCOUNT_SID=secret
TWILIO_AUTH_TOKEN=secret

The problem is this error message (requesting /auth/mobile/):

{
    "detail": "Unable to send you a login code. Try again later."
}

Can you help me? I really upset about it. I don't think there is a problem with my Twilio credentials, because I have ho problem with this creds in console.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions