supabase-flutter icon indicating copy to clipboard operation
supabase-flutter copied to clipboard

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

Open tuitionsearch opened this issue 2 years ago • 2 comments

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 .

tuitionsearch avatar Jan 03 '24 05:01 tuitionsearch

Is this issue, still the case?

Bharathh-Raj avatar Jun 12 '24 12:06 Bharathh-Raj

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.

Vinzent03 avatar Jul 02 '24 11:07 Vinzent03