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
Method of installation: [e.g. npm, dist assets] gradle?
Swagger-UI version: Ouptut of versions: {"swaggerUI":{"version":"5.17.14","gitRevision":"g8aa52920","gitDirty":true,"buildTimestamp":"Tue, 28 May 2024 05:23:41 GMT"}}
Swagger/OpenAPI version: OpenAPI 3.0
Describe the bug you're encountering
After specifying parameter to be null, there is error in console, no request is fired and there is infinite spinner.
There is also no error reported to user
To reproduce...
Steps to reproduce the behavior:
Have a GET request with QUERY parameters.
Don't remove the parameter fully, rather set the parameter to null: "key": null
Open console
Send request
See error
Expected behavior
The request should be sent and no error should be in console.
Screenshots
The text was updated successfully, but these errors were encountered:
Q&A (please complete the following information)
Describe the bug you're encountering
After specifying parameter to be null, there is error in console, no request is fired and there is infinite spinner.
There is also no error reported to user
To reproduce...
Steps to reproduce the behavior:
GET
request with QUERY parameters.Expected behavior
The request should be sent and no error should be in console.
Screenshots
The text was updated successfully, but these errors were encountered: