How to use with Kubernetes GKE traefik module or Java server #416
Unanswered
Xa3lis
asked this question in
Questions and Help
Replies: 2 comments
This comment was marked as off-topic.
This comment was marked as off-topic.
-
After some investigation, the problem might be linked to the java server serving our front app, and the Is there a way to "trick" our local dev vite server to use URL Encode when doing import ? We tried with curl to use |
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
-
Hello !
We have a problem in our project where the
[
and the]
are blocked by the GKE traefik module (Unauthorized characters i guess)We were using Vue plugin pages before and it had a "nuxt routeStyle" (https://github.com/hannoeru/vite-plugin-pages#routestyle) and it was using a
pages/xxx/_dynamicParam/index.vue
formatThe
_xxx
was working, but the[xxx]
format is blockedIs there a way to use
_xxx
format within this lib or is there a way to URL encode the path before it's handled by Vite ?Thank's !
Beta Was this translation helpful? Give feedback.
All reactions