Skip to content
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

Swagger UI not loading with error Microsoft.AspNet.WebApi net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) #1434

Open
VamsiKande opened this issue Jul 15, 2022 · 1 comment

Comments

@VamsiKande
Copy link

VamsiKande commented Jul 15, 2022

** As per the contributing guidelines, please restrict the creation of issues to reproducible bug reports and feature requests that align to the project's goals. If you have general questions or feedback around the use of Swashbuckle, PLEASE DON'T CREATE AN ISSUE AND POST TO STACKOVERFLOW INSTEAD.

Also note that Swashbuckle leverages the swagger-ui project but doesn't actually implement any UI code. If you've discovered a UI-specific issue, PLEASE DON'T CREATE AN ISSUE HERE AND POST TO THE SWAGGER-UI REPO INSTEAD **

VERSION:

Swashbuckle.WebApi 5.6.0

STEPS TO REPRODUCE:

when trying to load the swagger UI

EXPECTED RESULT:

should load the UI

ACTUAL RESULT:

showing blank screen

ADDITIONAL DETAILS

seems to be an issue with gzip encoding on the index, response getting chunked, seeing an error net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK)

tried disabling the gzip encoding removing the browser default, loads the UI. so seems to be an issue with the gzip encoding.

image
image
image

@VamsiKande VamsiKande changed the title Swagger UI not loading with error net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) Swagger UI not loading with error Microsoft.AspNet.WebApi net::ERR_INCOMPLETE_CHUNKED_ENCODING 200 (OK) Jul 15, 2022
@VamsiKande
Copy link
Author

Suspecting this could be an issue loading the swagger UI, does anyone could see this be an issue?

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant