stijn@work
stijn@work
unable to generate a refresh token with our second (non default) entity manager. error: Unable to replace alias "gesdinet.jwtrefreshtoken.object_manager" with actual definition entity_manager_2". ``` config.yml doctrine: orm: default_entity_manager: entity_manager_1 entity_managers:...
We are upgrading our app to Symfony 4. The Symfony docs state that the action suffix is no longer needed for controller method names. _The first Symfony versions required that...
| Q | A | --------------- | --- | Version | 1.5.1 | Bug? | yes | New feature? | no | Question? | no | Documentation? | yes/no |...
Fixes https://github.com/mapproxy/mapproxy/issues/540
I am trying to get the legend graphic in json format via Mapproxy. ## Context Cannot fetch legend graphic in application/json format using mapproxy. The following request returns 'internal error'....
Hi! Trying to run our file auth.http: ``` java -jar restcli.jar -e "development" auth.http ``` Exception: ``` [SKIP TEST] Because: lvapitest.localhost.wip: nodename nor servname provided, or not known ``` I...