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
Deploying in remote dev mode, with packaging set to mutable jar ,
doesn't serve the web ui application. It appears the quinoa-build is not included in the packaged application
Also the container logs seem log about not being able to find the Quinoa directory
Press [h] for more options>
2022-07-26 22:28:26,185 WARN [io.qua.qui.dep.QuinoaProcessor] (build-23) Quinoa directory not found 'quarkus.quinoa.ui-dir=src/main/webui'. It is recommended to remove the quarkus-quinoa extension if not used.
2022-07-26 22:28:26,440 WARN [io.qua.kub.dep.KubernetesProcessor] (build-41) No project was detected, skipping generation of kubernetes manifests!
__ ____ __ _____ ___ __ ____ ______
--/ __ \/ / / / _ | / _ \/ //_/ / / / __/
-/ /_/ / /_/ / __ |/ , _/ ,< / /_/ /\ \
--\___\_\____/_/ |_/_/|_/_/|_|\____/___/
2022-07-26 22:28:28,178 INFO [io.quarkus] (Quarkus Main Thread) webconsole 1.0 on JVM (powered by Quarkus 2.10.2.Final) started in 4.151s. Listening on: http://0.0.0.0:8080
2022-07-26 22:28:28,180 INFO [io.quarkus] (Quarkus Main Thread) Profile dev activated. Live Coding activated.
2022-07-26 22:28:28,181 INFO [io.quarkus] (Quarkus Main Thread) Installed features: [cdi, kubernetes, quinoa, resteasy-reactive, smallrye-context-propagation, vertx]
The text was updated successfully, but these errors were encountered:
Deploying in remote dev mode, with packaging set to mutable jar ,
doesn't serve the web ui application. It appears the quinoa-build is not included in the packaged application
Also the container logs seem log about not being able to find the Quinoa directory
The text was updated successfully, but these errors were encountered: