Hi. I found this after replying to a related thread:
Just to let you know that there is an existing issue on version 3.16.3
It should not be very hard to fix with code similar to this:
var syncUrl = "/_timesync";
if (__meteor_runtime_config__.ROOT_URL_PATH_PREFIX) {
syncUrl = __meteor_runtime_config__.ROOT_URL_PATH_PREFIX + syncUrl;
}
But replacing /_timesync
with api/ecdh_proxy/initEncryptedSession
1 Like