You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A more predictable behaviour from the createConfiguration method.
Expected Results
I would expect the URL to not contain a : if no port was provided in the URL used for authentication.
Actual Results
When calling createConfiguration on a User that was authenticated against a server without a port (such as https://whatever.cloud.realm.io in this example) a colon (:) is appended to the hostname of the sync.url:
kraenhansen
changed the title
createConfiguration could use the path in the sync url
createConfiguration adds a colon to the servers hostname
Aug 21, 2018
Goals
A more predictable behaviour from the
createConfiguration
method.Expected Results
I would expect the URL to not contain a : if no port was provided in the URL used for authentication.
Actual Results
When calling
createConfiguration
on aUser
that was authenticated against a server without a port (such ashttps://whatever.cloud.realm.io
in this example) a colon (:) is appended to the hostname of thesync.url
:Steps to Reproduce
user.createConfiguration()
and log the result.Version of Realm and Tooling
The text was updated successfully, but these errors were encountered: