thephpleague / oauth2-server-bundle

Symfony bundle for the OAuth2 Server.
MIT License
176 stars 86 forks source link

League\\Bundle\\OAuth2ServerBundle\\Security\\User\\NullUser was not found in the chain configured namespaces #156

Closed facundososalopez closed 11 months ago

facundososalopez commented 11 months ago

I have this error:

The class 'League\Bundle\OAuth2ServerBundle\Security\User\NullUser' was not found in the chain configured namespaces App\Entity\Main, League\Bundle\OAuth2ServerBundle\Model

I don't know the reason why this occurs.

Only happens on entity persist

facundososalopez commented 11 months ago

I just realized that the error occurs because the I'm using blameable extension of StofDoctrineExtensionsBundle.