-
-
Notifications
You must be signed in to change notification settings - Fork 63
Blank HTML generated - but correct schema present in Javascript objects #718
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
Comments
Welcome to AsyncAPI. Thanks a lot for reporting your first issue. Please check out our contributors guide and the instructions about a basic recommended setup useful for opening a pull request. |
hey there, did you try other commands, like instead of but to be honest - your command is completely fine so my guess there is something missing in your AsyncAPI document - maybe it is valid but do not provide the necessary data. Can you share it? best if you put it in https://studio.asyncapi.com/ and then grab a link using its sharing functionality and put a link here. Or just paste the document as markdown code here - whatever you prefer. |
@derberg Thanks - unfortunately I'd be uploading some pretty sensitive information. What's odd is I get so many errors in some schemas and not in others
Is there some way to figure out which errors are critical e.g. the one's with What's really odd is this one
I was pretty sure that
but when I remove
ALL the errors go away - so not really sure how to debug this if some of the errors are "false leads". Any advice as to find which error is the root cause? Thanks! |
Could be a bug could be just me as a newbie
Just got around from updating from the old npm and ag way of doing things to the new way.
Since I am on Apple Silicon and hit some issues I decided to use docker and mount all the files I needed
I fixed all the issues in my schema and it runs without complaint
but when I look at the generated output I see a header and no content. Any ideas? Using
@asyncapi/html-template@3.0.0
I can see the full schema in the page source - see belowEnvironment: Apple Silicon
Please let me know if you need any more information
The text was updated successfully, but these errors were encountered: