Bug report
Describe the bug
Phone Auth is not working properly when calling
const { user, error } = await supabase.auth.signUp({
email: values.email,
password: values.password,
phone: values.phoneNumber
})
To Reproduce
Steps to reproduce the behavior, please provide code snippets or a repository:
- Use Phone Auth
- See error
Expected behavior
A confirmation SMS should be sent
Screenshots

System information
- OS: Windows
- Browser (if applies) Chrome
- Version of supabase-js: 1.24.0
Additional context
The phone number is a Malaysian phone number starting with +60, since this error is coming from Golang, I suspect it's something wrong with the supabase backend?