Hello
I am using NSwag to directly generate an OAS 3 doc for an asp.net framework 4.8 Web API controller. When the spec is generated, it contains empty server: [] property as seen here:
This causes Rapidoc to throw errors when clicking on the operation in the nav pane
If I delete the empty servers:[] property, then Rapidoc works fine. But this is a manual process, and I can't use an api endpoint to provide the spec.
Can we have Rapidoc handle the empty array?
Thanks
Hello I am using NSwag to directly generate an OAS 3 doc for an asp.net framework 4.8 Web API controller. When the spec is generated, it contains empty server: [] property as seen here:
This causes Rapidoc to throw errors when clicking on the operation in the nav pane
If I delete the empty servers:[] property, then Rapidoc works fine. But this is a manual process, and I can't use an api endpoint to provide the spec.
Can we have Rapidoc handle the empty array? Thanks