
Fix Next.js deep-link routing when served from Java backend
Upwork
Remoto
•15 hours ago
•No application
About
We embed a Next.js 14 Page Router frontend inside a Java/Quarkus service using a UI bundler plugin. Navigating inside the app works, but direct URLs like /components/[id] render the home page instead of the target route. Same path works when hitting the UI’s own dev server. * Reproduce from our sample project. * Implement minimal fix/workaround so deep links work in dev and prod. * Leave a short README of what changed and why. Stack: Java (Quarkus 3.x), Next.js 14 (Page Router), PNPM, Node 20. Deliverable: Working deep links + notes + quick test/checklist.