((Symfony 2.7 / 3 - Doctrine: You have requested a non-existent service "fos_user.doctrine_registry") this fix did not work for me. Something in an update broken and going to the old version fixed it.))
I am trying to move my app from doctrine to mongodb.
I followed this to the letter and I am getting the following error.
[Symfony\Component\DependencyInjection\Exception\ServiceNotFoundException]
You have requested a non-existent service "fos_user.doctrine_registry".
I have narrowed it down to the providers section but everything I have tried cannot get past the error.
Has anyone else successfully used mongo with FOSUser?
Thank you.