routeRules configuration from nuxt.config.ts.:/login (not client-side navigation, that works fine). When I try to, I'm automatically redirected to the / (index) page. The only way to navigate around the application is with client-side navigation.npm run dev or npm run generate && npm run serve works as expected. If I try to navigate directly to the /login page, the spa-loading-template.html is displayed for a couple of milliseconds and then the pages loads.index.html and 200.html pages but without any success.