NuxtN
Nuxt16mo ago
Ahm@

Nuxt /app Pages Not Detecting API Route from /server Directory

Hello,

I am using the new Nuxt /app directory structure for pages, but unfortunately, these pages are not able to detect the /server/api/auth/register.ts API route. I'm receiving the following warning in the console:

WARN [Vue Router warn]: No match found for location with path "/api/auth/register"


Any insights on how to resolve this issue?
Was this page helpful?