validation error in swagger-ui

1,726 views
Skip to first unread message

Sébastien Dionne

unread,
Mar 5, 2021, 10:14:56 AM3/5/21
to Quarkus Development mailing list
with quarkus 1.12.0.FINAL.  I saw this error at the bottom of the webpage

Warning Yellow Icon at the bottom right.


my URL is (using NodePort): http://10.1.7.111:30002/q/swagger-ui/

I can see all my endpoints and schemas.. never saw that error in Quarkus 1.10 (before the /q url)

Erin Schnabel

unread,
Mar 5, 2021, 6:23:23 PM3/5/21
to sebastie...@gmail.com, Quarkus Development mailing list
We had some hiccups with the /q rollout. I have a blog post in draft to explain _all_ the things, but I will be interested to know if you still see that warning on or after 1.12.1.Final.

--
You received this message because you are subscribed to the Google Groups "Quarkus Development mailing list" group.
To unsubscribe from this group and stop receiving emails from it, send an email to quarkus-dev...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/quarkus-dev/8fbc7e67-cff2-4093-958a-1ebbc024ba19n%40googlegroups.com.

Sébastien Dionne

unread,
Mar 8, 2021, 7:43:23 AM3/8/21
to Quarkus Development mailing list
with 1.12.1.Final.  the web page is blank


but I got these errors in the browser console

GET http://localhost:8383/q/swagger-ui/style.css net::ERR_ABORTED 404 (Not Found)
(index):16 GET http://localhost:8383/q/swagger-ui/swagger-ui-bundle.js net::ERR_ABORTED 404 (Not Found)
(index):17 GET http://localhost:8383/q/swagger-ui/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (Not Found)
(index):6 GET http://localhost:8383/q/swagger-ui/swagger-ui.css net::ERR_ABORTED 404 (Not Found)
(index):7 GET http://localhost:8383/q/swagger-ui/theme-feeling-blue.css net::ERR_ABORTED 404 (Not Found)
(index):17 GET http://localhost:8383/q/swagger-ui/swagger-ui-standalone-preset.js net::ERR_ABORTED 404 (Not Found)
(index):21 Uncaught ReferenceError: SwaggerUIBundle is not defined
    at window.onload ((index):21)
window.onload @ (index):21
load (async)
(anonymous) @ (index):20
favicon.ico:1 GET http://localhost:8383/q/swagger-ui/favicon.ico 404 (Not Found)


do you want me to open a issue ?

Sébastien Dionne

unread,
Mar 8, 2021, 8:02:39 AM3/8/21
to Quarkus Development mailing list
and the output of http://localhost:8383/q will return this  (the it can detect all the endpoints)

404 - Resource Not Found
Resources overview
REST resources
/clusterRole
  • GET /clusterRole//
    • Produces: application/json
  • GET /clusterRole//namespace/{namespace}
    • Produces: application/json
  • GET /clusterRole//namespace/{namespace}/label/{label}
    • Produces: application/json
  • GET /clusterRole//namespace/{namespace}/label/{label}/{labelValue}
    • Produces: application/json
  • GET /clusterRole//namespace/{namespace}/name/{name}
    • Produces: application/json
/clusterRoleBinding
  • GET /clusterRoleBinding//
    • Produces: application/json
  • GET /clusterRoleBinding//namespace/{namespace}
    • Produces: application/json
  • GET /clusterRoleBinding//namespace/{namespace}/label/{label}
    • Produces: application/json
  • GET /clusterRoleBinding//namespace/{namespace}/label/{label}/{labelValue}
    • Produces: application/json
  • GET /clusterRoleBinding//namespace/{namespace}/name/{name}
    • Produces: application/json

Sébastien Dionne

unread,
Mar 8, 2021, 8:10:04 AM3/8/21
to Quarkus Development mailing list
will be easier tracking it in this issue



thanks

Erin Schnabel

unread,
Mar 8, 2021, 9:09:49 AM3/8/21
to sebastie...@gmail.com, Quarkus Development mailing list
Yep, I'll have a look. Thanks!

Reply all
Reply to author
Forward
0 new messages