Closed djorellanabmrb closed 3 years ago
Hey!
We can't help you to debug your routes. You probably missed your Symfony configuration or a leftover cache, something like that.
For JWT generation, you can use : https://jwt.io/
Edit : You can find more help on the Symfony Slack on #support channel
You are right, it was failed on my environment file (.env) !
Hey everyone,
I developed an API with your template, but I have a problem, When the application is deployed on mode "dev", all routes are founded, but when is changed on mode "prod" does not work (i.e. the routes are not founded, error 404).
Also I have another question, how do you create JWT of the Mercure.
Greeting!