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 PR upgrading Realm Core, unveiled that passing a base URL without the http or https prefix, when creating an App instance would cause a crash 💥
We should either upstream this by creating a Core issue to throw an exception instead of asserting or alternatively assert this on the SDK level before trying to construct an app with an invalid base url.
The text was updated successfully, but these errors were encountered:
A PR upgrading Realm Core, unveiled that passing a base URL without the
http
orhttps
prefix, when creating anApp
instance would cause a crash 💥We should either upstream this by creating a Core issue to throw an exception instead of asserting or alternatively assert this on the SDK level before trying to construct an app with an invalid base url.
The text was updated successfully, but these errors were encountered: