-
Notifications
You must be signed in to change notification settings - Fork 228
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
File upload not rendering #185
Comments
Oh, i do also wait for the solutuion to this problem. I think that this is the known problem solved in swagger-api/swagger-ui issue #4600 . To transfer this solution to this package here, the dependeny 'swagger-ui-dist' should be updated to v3.26.0 (the latest release). |
@BePo65 thanks, |
Solves issue scottie1984#185.
Solves issue scottie1984#185.
Is this solved? Cause I'm using latest version Should I add EDIT - |
Please use When installing swagger-ui-express it will pull in the latest version of swagger-ui-dist. |
This problem still persists, with the following packages { |
I am using swagger-jsdoc to define my swagger paths and on one particular endpoint I need to do file upload. The swagger doc looks like this:
When I hit "Try It Out" in swagger UI, I have a warning in the console
Could not find component: JsonSchema_string_binary
and the UI does not show an input to choose files:The text was updated successfully, but these errors were encountered: