-
Notifications
You must be signed in to change notification settings - Fork 14
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
Standalone via CDN stopped working #653
Comments
Any news on this? Our documentation is currently broken, second time this year |
Hey thanks for the feedback & for reporting this issue! We're discontent that the Standalone version is broken. Please give us some time to sort this out. I'd love to learn more about your use cases: Is switching to the full version an option for you? If now why? |
Thanks for answering @mosch maybe you can send us the old JS files, the versions that were still working, so we can host them ourselves for now? That gives you time to fix it and us time to switch to the full version (main reason for not switching now is having some other priorities that need our attention and when we started using your tools the full version did not work properly so we decided to start with the standalone solution). |
@Jeroen-Ximedes – we keep hosting every version, you can access them instead of the latest version. You can try 0.27.0 and see if it works. It's hosted here: |
Thanks @mosch - it did not change anything unfortunately, we also tried 0.26. Do we also need to use another css version or something? |
This might be the problem?
|
TIL for some reason the CDN versioned styles are called <!doctype html>
<html>
<head>
<title></title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<script
type="module"
src="https://cdn.zudoku.dev/0.27.0/main.js"
crossorigin
></script>
<link
rel="stylesheet"
href="https://cdn.zudoku.dev/0.27.0/zudoku.css"
crossorigin
/>
</head>
<body>
<div data-api-url="https://rickandmorty.zuplo.io/openapi.json"></div>
</body>
</html> Can you check again? |
Unforunately it still does not work, which is strange since as far as we know it broke recently I'll ask the team to try to go back a couple of versions maybe we just noticed it late |
We got it working again with version 0.25 |
@Jeroen-Ximedes thanks for that feedback, that helps us find whats broken. |
Can't say exactly since when, but I can say really recently Standalone via CDN stopped working.
We get 404 page for all endpoints.
I can see that it is the same for the examples you have provided
Rick & Morty API
Pet Store API
The text was updated successfully, but these errors were encountered: