swagger-api / swagger-ui

Swagger UI is a collection of HTML, JavaScript, and CSS assets that dynamically generate beautiful documentation from a Swagger-compliant API.
https://swagger.io
Apache License 2.0
26.47k stars 8.96k forks source link

Swagger UI hangs when dealing with stripe OAS3 spec #6035

Open HenriPro opened 4 years ago

HenriPro commented 4 years ago

Q&A (please complete the following information)

Content & configuration

spec: https://github.com/stripe/openapi/blob/master/openapi/spec3.yaml

Describe the bug you're encountering

Spec loads in doc collapsed mode, but clicking on any method, causes swagger ui to hang. In firefox a out of memory error is present in the console.

To reproduce...

Load linked spec

Expected behavior

Spec loads and works

AhangarAamir commented 2 years ago

Did you find any solution?