supabase / supabase-flutter

Flutter integration for Supabase. This package makes it simple for developers to build secure and scalable products.
https://supabase.com/
MIT License
664 stars 155 forks source link

TextLocal Integration for OTP Verification is not working with supabase and flutter #786

Open tuitionsearch opened 6 months ago

tuitionsearch commented 6 months ago

I am using Supabase for OTP Verification in my flutter project. I added textlocal as provider in Supabase auth . I already registered sms template in both DLT and Textlocal side.I added all the necessary details at Supabase side also (such as API Key, approved Sendername etc)

Now, Whenever I try to send OTP using signInWithOTP() method available in Supbase SDK for flutter. It generates an error "AuthException(message: Error sending sms OTP: , statusCode: 400)" .

But When I try to send sms through textlocal dashboard ,it works fine .

Bharathh-Raj commented 3 weeks ago

Is this issue, still the case?

Vinzent03 commented 2 days ago

This doesn't sound like an issue with the client sdk. @Bharathh-Raj Do you experience the same issue? If so please check the auth logs in the Supabase dashboard.