Berry de Vos
Berry de Vos
I do not know if this is the exact issue we ran into, but it sounds so similar that maybe this info helps. We saw this exact same error and...
yes please!
> Also this seems to be happening with when navigating from basic routes to routes with dynamic params or vice versa. Navigating between two basic routes without any params, does...
> @ia3andy there must be some clever way to add a RequestFilter on index.html to replace tokens? > > We could maybe have : > > ``` > quarkus.quinoa.nonce.token: NONCE_PLACEHOLDER...
I extended the bare bones starter with a vite config and the CSP response headers to test it. I hope it is OK that I made it available on Github:...
Thanks! I thought I had explored all my options, but I didn't know a Vert.x filter was possible. I will give it a try and report back on whether I...
@melloware I haven't been able to figure out how to read the Vite-generated `index.html` in the route observer. ```java public void init(@Observes Router router) { router.route(HttpMethod.GET, "/").handler(ctx -> { //...
I am running into the same issue, loading `react-scan` from `main.tsx` with Vite: ``` scan({ enabled: process.env.NODE_ENV === 'development', }) ```