Skip to content

Commit

Permalink
Fix quarkiverse#591: Add Svelte Dynamic route in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
melloware committed Aug 4, 2024
1 parent 9c51aca commit 7516bbc
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions docs/modules/ROOT/pages/web-frameworks.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -288,3 +288,12 @@ quarkus.quinoa.enable-spa-routing=true
----

WARNING: Currently, for technical reasons, the Quinoa SPA routing configuration won't work with RESTEasy Classic. See xref:advanced-guides.adoc#spa-routing[SPA routing] for a workaround.

Dynamic routes in Svelte may also use invalid URL's accoring to the URL specific with `+` symbol in the URL. See: https://github.com/quarkiverse/quarkus-quinoa/issues/591

To mitigate that you must disable Vert.X URL validation to work with dynamic routing using `-Dvertx.disableURIValidation=true` for example:

[source,bash]
----
mvn quarkus:dev -Dvertx.disableURIValidation=true
----

0 comments on commit 7516bbc

Please sign in to comment.