I am using a local instance of Appwrite for internal use, we're using a LAN IP address with a port, the problem is that during some callbacks Appwrite removes the port value, how to prevent this?
PS. Other requests work fine with the port, only callbacks gets port removed
TL;DR
Developers using a local instance of Appwrite experiencing issues where the port is being removed from the URL during callbacks. The problem seems to only occur with callbacks, as other requests work fine with the port.