I created a Smart Home skill for my company. I can see it in "Your skills". I access the OAuth2 form I created for it. But when I click in "Allow" nothing happens. This works fine in Safari (even in the iPhone). The "Allow" redirects me to the URL provided during the skill configuration.
I don't know how to debug it.
The UI is built in React but seems to be working fine. It has a componentWillMount that is triggered (I can see the request to my API server) but the Allow button is never doing the POST of the form.