I have deployed my Symfony 5 app on live server (production). I left my .env file with DEV variables. Firstly my my homepage index.php was showing 404 URL not found on the server, so I had to execute ln -s public_src public and since that my homepage was showing fine. However I required and implemented a NelmioApiDocBundle via composer and
Tag: nelmioapidocbundle
Symfony 4 – JWT not found with LexikJWTAuthenticationBundle
Good afternoon, I try to use LexikJWTAuthenticationBundle in my project and I have a problem with the token which is not generated. I have set the private & public keys in var/jwt directory. The API returns this response when I try use the login route : Apache Virtualhost : .htaccess file in public directory: security.yaml security: I expect to successfully