I'm getting this error during the running of DB migrations. It was working fine until recently. The issue is started with failing the DB migrations in our QA servers when running pipelines. When I looked within the migration container, there was above error occurred.
So, then I tried removing my local application and setting it up from the scratch. During the php bin/console doctrine:migrations:migrate
, the error has occurred.
We are using LexikJWTAuthenticationBundle bundle to manage the JWT authentication for the API. So, what I'm guessing is there may be some missing configurations related to LexikJWTAuthenticationBundle that I cannot figure out.
And here is the content of my config\packages\security.yaml
file.