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
Get Uncaught TypeError: ui.initOAuth is not a function at window.onload ((index):40)
on the Javascript console when I navigate to the localhost in dev mode (to /q/swagger-ui).
This is an excerpt from the generated Swagger console index.html:
Describe the bug
Get
Uncaught TypeError: ui.initOAuth is not a function at window.onload ((index):40)
on the Javascript console when I navigate to the localhost in dev mode (to /q/swagger-ui).
This is an excerpt from the generated Swagger console index.html:
`
<script src="swagger-ui-bundle.js" charset="UTF-8"></script>
<script src="swagger-ui-standalone-preset.js" charset="UTF-8"> </script>
<script>
`
Expected behavior
Swagger UI console is rendered, with an option for OAuth authorization.
Actual behavior
Swagger UI console fails to render and gives JavaScript error
How to Reproduce?
No response
Output of
uname -a
orver
Microsoft Windows [Version 10.0.19043.1165]
Output of
java -version
openjdk version "11.0.11" 2021-04-20 OpenJDK Runtime Environment AdoptOpenJDK-11.0.11+9 (build 11.0.11+9) OpenJDK 64-Bit Server VM AdoptOpenJDK-11.0.11+9 (build 11.0.11+9, mixed mode)
GraalVM version (if different from Java)
No response
Quarkus version or git rev
2.2.1.Final
Build tool (ie. output of
mvnw --version
orgradlew --version
)Apache Maven 3.8.2 (ea98e05a04480131370aa0c110b8c54cf726c06f)
Additional information
No response
The text was updated successfully, but these errors were encountered: