domhanak commented on PR #3401: URL: https://github.com/apache/incubator-kie-tools/pull/3401#issuecomment-3811043057
So I tried this with our `data-index-quarkus` [example](https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-data-index-quarkus). And this is the result. What am I missing? Checkout this PR: 1. Build the kogito-data-index-webapp 2. Build kogito-data-index-postgresql-image 3. Go to `https://github.com/apache/incubator-kie-kogito-examples/tree/main/serverless-workflow-examples/serverless-workflow-data-index-quarkus` 4. Run mvn clean package -Ddata-index-standalone 5. Run cd docker compose && ./startServices.sh 6. Navigate to localhost:8180 -> Landing page opens - :green-check: 7. Select Graph Ql UI -> "Resourece not found" 8. Change the URL to -> http://localhost:8180/graphiql -> "<noscript>You need to enable JavaScript to run this app.</noscript>" ( I have it enabled ) More observations: Navigate to `/q/graphql-ui` -> Logs: `data-index | 2026-01-28 12:26:23,759 WARN [io.ver.ext.web.han.imp.LoggerHandlerImpl] (vert.x-eventloop-thread-4) 172.21.0.1 - - [Wed, 28 Jan 2026 12:26:23 GMT] "GET /q/graphql-ui HTTP/1.1" 404 53 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0"` Navigate to `/graphiql` -> Logs: `data-index | 2026-01-28 12:27:25,530 WARN [io.ver.ext.web.han.imp.LoggerHandlerImpl] (vert.x-eventloop-thread-10) 172.21.0.1 - - [Wed, 28 Jan 2026 12:27:25 GMT] "GET /static/css/main.4107ca80.css HTTP/1.1" 404 53 "http://localhost:8180/graphiql" "Mozilla/5.0 (X11; Linux x86_64; rv:142.0) Gecko/20100101 Firefox/142.0"` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
