Rank 1: Thread
My application deployed to single server, the ports 80/443 already busy by front-end of application.
Backend deployed to the same server at 8443 port. Unfortunately I should use it inside of client URL like https://appwrite.mydomain.com:8443/. I try to login with OAuth, afterwards it tries redirect me to https://appwrite.mydomain.com/ instead of using port at the end, and oauth can't complete successfuly.
Before backend was deployed to 80/443 and it works as expected, while port was changed and passed to client URL it stopped work.
The question is: Why appwrite didn't add "8443" port at the end while processing OAuth? Which possible solution do I have?