Melloware

Results 2518 comments of Melloware

Yes my latest PR adds autocomplete off only for Firefox browsers! Will be in 15.0.6

Thanks for the investigation I assigned to PrimeTek to review.

@UbiquitousBear have you read the section on SPA: https://docs.quarkiverse.io/quarkus-quinoa/dev/advanced-guides.html#spa-routing See both the NOTE and the WARNING.

Yeah I am wondering the same thing. Any way you can try it out or put together a small runnable reproducer?

Also did you enable spa routing? A runnable reproducer will help figure it out.

Sure it might help me if I can look at it and suggest some changes.

Thanks I will check it out tomorrow

@UbiquitousBear try this. [next14-quinoa.zip](https://github.com/user-attachments/files/16349427/next14-quinoa.zip) Unzip and run `mvn quarkus:dev` and navigate to `http://localhost:8080` it uses Next App Router and the dynamic slugs work fine. This proves Quinoa and SPA is...

Ahhh it works when i click the Next links but not directly do the URL in the browser. Let me look.

Interesting so when you click the link here is what Next Generates: ``` http://localhost:8080/_next/static/chunks/pages/post/%5B...slug%5D.js ``` Which is not the same as ``` http://localhost:8080/post/2020/first-post/with/catch/all/routes ```