Hello,
I’m trying by following the docs to register and then login with realm.
Unfortunatly I got an error “Realm Exception : non-zero custom status code considered fatal” when trying to do :
authProvider.registerUser(email, password)
or :
app.logIn(emailCred);
I created a repo to reproduce here :
You will just need a mongodb free tier account with an empty app and email/password auth enabled (with no confirm email and default reset function)
I’m new to both flutter and realm so the solution may be very simple, please help me !
Thanks