Getting attribute 'fieldName': The attribute 'fieldName' is not all !! owed.
I am trying with the php8.1 version and Symfony 5.4 and mongodb-odm 2.0.
Hi @rupeshwankhede Please see: https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/issues/633 & https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/669
Need to use dev-master branch to work around this as there hasn't been release of this bundle in some time.
Cheers, Chris
FYI I used this in composer.json to target the 1.6 branch that has this fix: "friendsofsymfony/oauth-server-bundle": "dev-1.6",
Ultimately I am working to removed dependency on this bundle and would suggest doing the same as it is mostly abandoned/there are more modern options now.
Did a solid job for about 10 years there though :)
@cjgordon dev-1.6 version not supported for PHP 8.0. Currently I am trying with below configuration
php8.1 version and Symfony 5.4 and mongodb-odm 2.0.
Can you please merge https://github.com/FriendsOfSymfony/FOSOAuthServerBundle/pull/669 this PR into dev-master branch.