79374088

Date: 2025-01-21 10:53:27
Score: 1.5
Natty:
Report link

Disabling SSR for my dashboard and adding this to my Nuxt Config fixed it:

routeRules: {
    "/": { redirect: "/dashboard" },
    "/dashboard": { ssr: false },
    "/api/**": { cors: true },
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Paco