I am unsure why it does that, but I can safely say it’s a configuration difference in the webserver rather than something Wappler is adding, because I used the same source files on 2 servers and one does that and the other does not.
It must be some server configuration, the redirect url is constructed within server connect, it gets the port number from the server and only adds it to the url if it is not on the default port. Somehow your server returns to php that it is running on port 80 while being accessed from https (default port is 443).
If you want to setup a php info test script and check it against my server which is working, my link is here https://www.learnwappler.com/test.php
Maybe do a search for TLS, and possibly something may be different.
I don’t think tls is the problem, you get the same error if you access the url in the browser https://liveworkoutpass.com:80/. Check with phpinfo() what php sees for port number.
Please, can you quickly check if you see anything related to the issue? I’m not familiar with php configuration, I just did a quick research how to setup a info file. Here’s mine https://liveworkoutpass.com/phpinfo.php
How to fix the problem on the other hand, well that I am not to sure of to be very honest.
EDIT: Maybe contact your hosting provider and ask them how you can fix this.
Lastly, please make sure to delete the php info file when you are done diagnosing the issue, im pretty sure that file gives some lovely info to a wouldbe script kiddie
I would send them a link to the phpinfo file, and just tell them you are trying to use the facebook API interface and your server while on a https ssl connection is reporting port 80 instead of port 443, and also appending :80 to the end of your domain name in your URL, which is causing the facebook API to fail.
Yes Brians server was the first time I ever came across the oddity to be honest, and i never really looked into it enough to resolve it. @Hyperbytes any ideas