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
Copy file name to clipboardExpand all lines: docs/modules/ROOT/pages/web-frameworks.adoc
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -299,4 +299,16 @@ To mitigate that you must disable Vert.X URL validation to work with dynamic rou
299
299
[source,bash]
300
300
----
301
301
mvn quarkus:dev -Dvertx.disableURIValidation=true
302
-
----
302
+
----
303
+
304
+
[#nuxt-config]
305
+
=== Nuxt Configuration
306
+
307
+
Dynamic routes in Nuxt use invalid URL symbols in the URL, specifically `[`. See: https://github.com/quarkiverse/quarkus-quinoa/issues/591
308
+
309
+
To mitigate that you must disable Vert.X URL validation to work with dynamic routing using `-Dvertx.disableURIValidation=true` for example:
0 commit comments