Steps to reproduce
Create new app using feathers dove pre released cli.
feathers generate app
Select Mongo Db as adapter
Expected behavior
Db calls should work through generated user services.
Actual behavior
Getting error on every service call:
not authorized on {dbname}?retryWrites=true&w=majority to execute command { insert: "user", documents: [ { email: "user@email.com", password: "$2a$10$nr.fA8Rg2ygFoT/pEMBct.OGmYydNc8zTbJjPj31VSV7aG21/CZJi", _id: ObjectId('63456b4a678cad735ee797c6') } ]
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
Feathers Version: ^5.0.0-pre.30
NodeJS version: 16.17.0
Steps to reproduce
Create new app using feathers dove pre released cli.
feathers generate app
Select Mongo Db as adapter
Expected behavior
Db calls should work through generated user services.
Actual behavior
Getting error on every service call:
not authorized on {dbname}?retryWrites=true&w=majority to execute command { insert: "user", documents: [ { email: "user@email.com", password: "$2a$10$nr.fA8Rg2ygFoT/pEMBct.OGmYydNc8zTbJjPj31VSV7aG21/CZJi", _id: ObjectId('63456b4a678cad735ee797c6') } ]
System configuration
Tell us about the applicable parts of your setup.
Module versions (especially the part that's not working):
Feathers Version: ^5.0.0-pre.30
NodeJS version: 16.17.0