Hi all, I am trying to get phone number verificat...
# ory-selfhosting
w
Hi all, I am trying to get phone number verification by sms working. Using the latest 0.11 alpha build. I am only getting
Copy code
"error": {
        "code": 500,
        "status": "Internal Server Error",
        "message": "expected one of [email] but got phone"
    }
when I try to register an account. Is this even possible now, or have I got the configuration wrong?
l
I've made a PR to fix this a couple of months ago , you can find it here https://github.com/ory/kratos/pull/2511
w
Thanks Dejan - so its simply not possible at the moment. And thanks for your effort in the PR! Maybe it will be merged soon.