swagger ui freezing in expanding POST or PUT method
we added swagger to our project that developed with Web Api core, the problem is freezing swagger ui in expanding PUT/POST methods (when use complex objects . GET methods works correctly) . we don NOT use Dto models and all APIs work with Domain Models directly.
I think its because of many relationships or recursive relationship between models.but its impossible for us to change application structure .
Is there any solution to solve this issue without big changes in project
Hi poluton,
Please open an issue at https://github.com/swagger-api/swagger-ui/issues and fill in the details in the issue template. Make sure to provide your OpenAPI definition file (YAML or JSON file - not the .NET source code) so that the developers can reproduce the issue. To learn how to export the OpenAPI file from Swagger UI, see here.