Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing a "http" prefix on base url when creating App causes a crash #6441

Open
kraenhansen opened this issue Jan 29, 2024 · 0 comments
Open
Labels
First-Good-Issue First Good Issue - Relatively easy issue for new contributers T-Bug-Crash

Comments

@kraenhansen
Copy link
Member

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.

@kraenhansen kraenhansen added the First-Good-Issue First Good Issue - Relatively easy issue for new contributers label Jan 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
First-Good-Issue First Good Issue - Relatively easy issue for new contributers T-Bug-Crash
Projects
None yet
Development

No branches or pull requests

1 participant