Closed marcindulak closed 10 months ago
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.
Keep in mind there are also other channels you can use to interact with AsyncAPI community. For more details check out this issue.
@marcindulak sorry for late response, we were all busy releasing AsyncAPI v3
can you specify version of @asyncapi/html-template
that you use? can be checked with --debug
flag. Or just us it this way @asyncapi/html-template@2.0.0
to make sure you use the latest one
The template version was 2.0.0
.
I confirm that the above example is now working as expected, and the bug is gone.
Thanks a lot and sorry for the issues
Describe the bug
Html generated by docker asyncapi/cli does not show anything
How to Reproduce
I'm following https://www.asyncapi.com/docs/tools/generator/usage#generator-cli, and applying this fix https://github.com/asyncapi/cli/issues/844
Output
The generated html is unexpectedly small
An example of a generated faulty html is on the left, and an expected one on the right