-
Notifications
You must be signed in to change notification settings - Fork 407
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bug: swagger ui try out bugs with simple query string params #3515
Comments
Thanks for opening your first issue here! We'll come back to you as soon as we can. |
Looking at this now |
We were using an outdated version of the Swagger UI that had problems, submitting a new PR to fix this! |
|
This is now released under 2.30.2 version! |
Expected Behaviour
Allow filling out fields and executing (try out) simple requests in swagger ui without validation errors.
Please note:
The openapi json (extracted from the swagger html) works well in other swaggers editors. I tested with several editors.
Current Behaviour
Multiple bugs in the swagger ui:
Two input fields representing two distinct query params seem to somehow be connected. They initialize to the same value (with no reason) and when the changes in the first field are also shown in the second.
Even when both required fields are filled, the ui reports of a validation error as if one of the field is missing
Code snippet
Possible Solution
No response
Steps to Reproduce
create a simple lambda with the above code, deploy and test in browser
Powertools for AWS Lambda (Python) version
latest
AWS Lambda function runtime
3.12
Packaging format used
Lambda Layers
Debugging logs
No response
The text was updated successfully, but these errors were encountered: