Hey @darrenmpower @spacecoy0te – I’m not sure if it is the same case for both of you, but in @darrenmpower’s URL is a wrong port visible. This happens because your server delivers the wrong port within the $_SERVER[‘SERVER_PORT’] variable.
We already created a fix within our pro version, but haven’t been able to push that one to our free version (as the next update will come along with a long line of fixes and changed that require extra case).
If you want to change it temporarily, you can right-click the button to add the endpoint -> “Inspect Element”, and then locate the <form> tag. This one contains the URL of your website along with the port. If you there manually remove the port and then press the button, it will work as expected.
If you further face the issue, feel free to comment on this task and we make it work again. ??