Paweł Palacz

Results 2 issues of Paweł Palacz

Hi everyone, I have problem with Symfony 6.1.0 and ApiPlatform 3.0.0 After installing bundle via composer all my API routes disappeared (only LexikJWT route added by OpenAPI decorator left) ![image](https://user-images.githubusercontent.com/35171722/192093934-5a78b557-9f7e-4845-9bb1-9795daedbeda.png)...

bug
question

**API Platform version(s) affected**: 4.2.9 **Description** There is an error while Swagger is disabled. For config file: ```yaml when@prod: api_platform: enable_docs: false enable_entrypoint: false enable_swagger: false enable_swagger_ui: false enable_re_doc: false...