Closed dajester2013 closed 2 months ago
Because it didn't want to interfere with the index.html that is already there don't you want the URL http://localhost:8080/quinoa.html ???
That is where the CodeStart is serving from?
@melloware this is the production package, not the dev mode - according to the documentation, it is supposed to serve from http://localhost:8080
Even then, I get the same response from http://localhost:8080/quinoa.html
Was trying to follow these steps:
Build your app:
$ quarkus build
$ java -jar target/quarkus-app/quarkus-run.jar
Itβs done! The web application is now built alongside Quarkus, dev-mode is available, and the generated files will be automatically copied to the right place and be served by Quinoa if you hit http://localhost:8080/
let me try it.
@ia3andy he is correct the Prod mode of the Code Start does not work.
@dajester2013 i see its served here http://localhost:8080/quinoa/
Roger that - can confirm. I tried /quinoa, /quinoa.html, but not /quinoa/. Dev mode serves from /quinoa btw.
Cool in normal scenario Not The CodeStart this all just works and serves from localhost:8080 we just do this special handling for /quinoa so we don't interfere with the index.html that may be from other extensions etc.
Describe the bug
Using the latest Quarkus CLI + Quinoa, tried to set up the example app, but it fails to run correctly when packaged.
Quinoa version
2.4.7
Quarkus version
3.14.4
Build / Runtime
Vite
Package Manager
NPM
Steps to reproduce the behavior
Used SDKMAN! to install the latest quarkus CLI, and configured a new project according to the README:
Navigate to localhost:8080/
Expected behavior
Expected example app UI to be served.