-
Notifications
You must be signed in to change notification settings - Fork 9k
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
Docker image 3.30.1 won't load information about anything #6253
Comments
I assume I'm seeing the same issue. Worst thing our api doc is using CDN script without version freeze, so it kinda broke everywhere 😅 |
Oh, I guess this is duplicate of #6249 |
@Ekimik can you please try |
It casue by this CDN resource is still v3.30.1: https://cdn.jsdelivr.net/npm/swagger-ui-dist@3/swagger-ui-bundle.js , and FastAPI use it. |
With Docker image |
Q&A (please complete the following information)
Content & configuration
Example Swagger/OpenAPI definition:
Swagger-UI configuration options:
None
Describe the bug you're encountering
This issue can relate to #6249. Everything works fine with Docker image
swaggerapi/swagger-ui:v3.30.0
.To reproduce...
Steps to reproduce the behavior:
http://localhost/
Expected behavior
Information about API should be diplayed. Take same steps as mentioned above when reproducing error behavior, but with tag v3.30.0 to see correct behavior.
Screenshots
The text was updated successfully, but these errors were encountered: