You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: