I’m following the Task Tracker tutorial. The app is spooling up on my ios emulator displaying the login/registration page. When I try to register a user (I’ve even tried just straight up login), either way I receive this error message: Failed to sign up: authentication via ‘local-userpass’ is unsupported
Within the Atlas UI I’ve made certain that my access rights have been set to anonymous thinking I could get started without signing in (just to see if I can access further into the app).
I’ve reviewed the finished code on GitHub, as well as reviewing the tutorial code and everything looks correct.
Think is my first Realm experience any help is much appreciated. Anyone have any ideas? Has anyone else run across this? I saw an earlier post similar to this, but apparently the issue resolved itself, so I couldn’t gain any ideas from it.