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
The current error code for “invalid email/password” is -1 (unknown), which makes it indistinguishable from other errors. It would be nice to have a custom error code, to display the appropriate (localized) message to the user.
The text was updated successfully, but these errors were encountered:
Error codes: https://github.com/realm/realm-core/blob/fd78e200dffe24a101ecdcacd691ace9607f63f5/src/realm/object-store/sync/generic_network_transport.hpp
The current error code for “invalid email/password” is -1 (unknown), which makes it indistinguishable from other errors. It would be nice to have a custom error code, to display the appropriate (localized) message to the user.
The text was updated successfully, but these errors were encountered: