Git Product home page Git Product logo

Comments (8)

edeandrea avatar edeandrea commented on June 20, 2024 1

Yeah this is known and is due to microcks/microcks-quarkus#30

You can get it to work by not using Microcks by following https://github.com/quarkusio/quarkus-super-heroes/tree/main/rest-fights#integration-with-microcks

(i.e. ./mvnw quarkus:dev -Dquarkus.profile=no-microcks)

from quarkus-super-heroes.

edeandrea avatar edeandrea commented on June 20, 2024 1

Yeah port 8080 is the correct port, not 3000. It's a quarkus app.

from quarkus-super-heroes.

holly-cummins avatar holly-cummins commented on June 20, 2024 1

Yeah port 8080 is the correct port, not 3000. It's a quarkus app.

@ingmarfjolla, to add a bit more context to what you're seeing, a Quarkus extension called Quinoa is handling the integration between the front and back ends. Under the covers, it starts the javascript live coding server on port 3000, and then it proxies requests to it. But if you access things directly on 3000, they won't have the right back end services because you're only seeing the thin front-end layer. https://quarkus.io/blog/quinoa-modern-ui-with-no-hassle/ explains a bit more about Quinoa.

from quarkus-super-heroes.

ingmarfjolla avatar ingmarfjolla commented on June 20, 2024

ah I didn't see that issue, thank you so much!

from quarkus-super-heroes.

ingmarfjolla avatar ingmarfjolla commented on June 20, 2024

Do you happen to know if getting an issue in the frontend like this with Quarkus dev:

ERROR
Request failed with status code 404
AxiosError@http://localhost:3000/static/js/bundle.js:59623:18
settle@http://localhost:3000/static/js/bundle.js:60276:12
onloadend@http://localhost:3000/static/js/bundle.js:58938:66
ERROR
Request failed with status code 404
AxiosError@http://localhost:3000/static/js/bundle.js:59623:18
settle@http://localhost:3000/static/js/bundle.js:60276:12
onloadend@http://localhost:3000/static/js/bundle.js:58938:66

is related to the issue? I started the frontend with the same ./mvnw quarkus:dev -Dquarkus.profile=no-microcks but on localhost:3000 I keep getting that error (with or without the added profile). Though interestingly if I go to localhost:8080 it works fine so maybe I did something else wrong

from quarkus-super-heroes.

ingmarfjolla avatar ingmarfjolla commented on June 20, 2024

@holly-cummins thanks for the added context!

from quarkus-super-heroes.

edeandrea avatar edeandrea commented on June 20, 2024

@ingmarfjolla am I ok to close out this issue?

from quarkus-super-heroes.

ingmarfjolla avatar ingmarfjolla commented on June 20, 2024

@edeandrea yep, sounds good to me

from quarkus-super-heroes.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.