The route is wrongly configured using JWTRefreshTokenBundle on Symfony 7.0.7
I am encountering an error when testing my /api/token/refresh endpoint with the JWTRefreshTokenBundle library. The following error appears:
Error: Unable to create a signed JWT from the given configuration
I followed the documentation and I can’t get a token. I even managed to install OpenSSL to make the key command work by installing Chocolatey first.