Open simk0024 opened 2 years ago
I think this may be related to werkzeug 2.1.0 or later. Pinning the version back to 2.0.3 fixes the problem I am seeing.
Hi @Yoshi325, just checked, i am using Wekzeug 2.0.3. Do you face same issue in Wekzeug 2.1.0?
I am using flask-restx 0.5.1.
I am using fields.nested() in my program, but both below scenarios have same problem: when I go to swagger-ui, complete the field and click on Execute button - nothing happens (the request is not made, button have no response).
1) List of nested field
2) Nested field