Replies: 2 comments
-
@Paul6552 If you can provide a minimal reproducer, someone will surely take a look at the problem. |
Beta Was this translation helpful? Give feedback.
0 replies
-
In addition i would recommend to replace all libraries with Quarkus extensions if present e.g.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I have a Quarkus application as backend and react as frontend.
The frontend is stored here:
${project.build.directory}/classes/META-INF/resources/
My pom.xml is attached, but the important thing is that I use the dependency quarkus-undertow in the application.
If I now deploy the application, everything works smoothly.
If I now remove
quarkus-undertow,
however, the website only works if the domain is called directly. For example, https://example.comIf I want to call a subpage (https://example.com/subpage) directly, however, it doesn't work and Quarkus throws a 404 Not found exception.
Log also attached. What do I have to do to get rid of quarkus-undertow?
Thanks
Error log
Application properties:
Pom.xml
Beta Was this translation helpful? Give feedback.
All reactions