-
Notifications
You must be signed in to change notification settings - Fork 25
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
Doc page gets 404 when getting swagger-ui assets #81
Comments
Worth noting, the above is for an in-progress project that has some features I'll obviously need to look at. Copy / pasting the example from
|
Using |
Missing source maps are expected, as they are optional for the web app to function and only needed to debug frontend code. However, both cdn and non-cdn packages should render Swagger UI properly. |
For the record, using |
Could you share some details to reproduce the issue? |
I'm using it w/ *chirouter.Wrapper. Find the code below. Simply swapping out the problematic
|
Oh, very interesting. https://cdnjs.cloudflare.com/ajax/libs/swagger-ui/4.19.1/swagger-ui-bundle.js is indeed 404, apparently it was removed from CDN for some reason. Thank you for the report, I'll downgrade |
Excellent! Thanks for the help. Great project, btw. |
In the console of the docs page, it attempts to GET a few js/css files (from Cloudflare) and fails (404). The result is the page renders white. Is there a way to to use an alternative?
Here is the output from my console.
The text was updated successfully, but these errors were encountered: