Nuxt application returns 404 when dynamic routes are refreshed (Tomcat Server)
问题 I'm doing the following: - Production Build: npm run generate - I copy the dist folder into the Tomcat Webapps, and it works fine - Whenever I refresh a dynamic route, it shows 404 URLs that work: https://ip:port/entryPath/dashboard/user URLs that don't work: https://ip:port/entryPath/dashboard/user/123 https://ip:port/entryPath/dashboard/user/123/settings https://ip:port/entryPath/dashboard/user/123/privacy I want to be able to share an URL such as: https://ip:port/entryPath/dashboard/user