I’m trying to setup Passwordless Auth using email/SMS. Everything is looks good, the Lock widget also displayed fine in both cases-SMS and Email passwordless authentication.
But, while I do enter the code I’ve received in the email or SMS, I get following message.
“We’re sorry, something went wrong”
I’ve checked console of Firebug, and there’s an empty response with 200 status code. I’m using trial account is this gonna work with it?
Do you think it could be the problem due to the fact that I’ve not set anything yet in the “Allowed Web Origins” under the application settings?
Atm, I’m testing the app using vhost in my local development environment, thus I don’t have any valid domain name yet. The “Allowed Web Origins” is not allowing me to set “http://localhost” or my local name based vhost URL “http://test.oauth”.