You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@wing328 Hey 👋 I tried to push a branch with the suggested fix so that I can open a PR. However, I get a 403-Error when trying to push the branch to the repository. Do I need some sort of access if I want to push to the repo? The error is
$ git push -u origin fix_issue12842
remote: Permission to openapitools/openapi-generator.git denied to kas1337.
fatal: unable to access 'https://github.com/openapitools/openapi-generator.git/': The requested URL returned error: 403
Bug Report Checklist
Description
The html2-Generator generates a HTML-File with syntax error. Hence, the responses in the schema cannot be displayed.
openapi-generator version
v6.0.1
v6.0.0 works fine
OpenAPI declaration file content or url
The entire json file and the resulting index.html file can be found here: https://gist.github.com/kas1337/c1f1a74ccbe485fffb168fd482e8089d
Generation Details & Steps to reproduce
I've tested with the latest master branch as described here https://github.com/OpenAPITools/openapi-generator/wiki/FAQ#how-to-test-with-the-latest-master-of-openapi-generator using the following command (Linux)
Actual output
See the lines from 1297. The are paranthesis missing to close the forEach-Loop. This error can be found multiple times.
Expected output
Related issues/PRs
Suggest a fix
Thank you!
The text was updated successfully, but these errors were encountered: