Faced the same problem, here's a workaround (on the example of Google Chrome, I think you can do something similar in other browsers):
Right-click on "Request Access" button and select "Inspect" from the context menu;
Remove type = "primary" from the list of button attributes and remove the word "disabled" from the button class name;
After applying the changes, the button will work