Skip to content
Discussion options

You must be logged in to vote

I identified the issue. I was using the following CDN URL:

https://cdn.jsdelivr.net/npm/redoc@next/bundles/redoc.standalone.js

This endpoint is currently returning 404, which caused Redoc to fail loading.

I replaced it with a fixed version:

https://cdn.jsdelivr.net/npm/redoc@2.5.2/bundles/redoc.standalone.js

After updating the script reference, everything started working correctly again.

Thanks for the help!

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Answer selected by AthosJohann-NewCoIEPTB
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug GitHub or a GitHub feature is not working as intended Pages Host a static website, right from your repo
2 participants