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
This assumes that the MongoDB url is configured as a replica set. The default local MongoDB does not work like this and you'll end up with an error like this:
Transactions are not supported by this deployment
There's a bunch of good suggestions in this issue on how to configure your local MongoDB to support the replicaset.
Extra: consider also updating Getting Started Guide example schema to use embedded types.