Hi. I had same issue. 2 main considerations: - Your rest API service have to run over https, even in test mode (I guess); - Try to check your console on chrome. Commonly the error is outputed there after click on button. In my case run our service over https solved main problem. I experienced other times while testing the same symptoms and the console helped me every time. BR
... View more