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:
Any insights on how to resolve this issue?
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:
Any insights on how to resolve this issue?