The issue is this: When i have a /app/app.vue - with even the most minimal template possible:
<template> <NuxtPage /></template>
<template> <NuxtPage /></template>
It fails to load any page I request, such as "index.vue", "coolpage.vue" The page is basically app.vue, but without the <NuxtPage />... If i add some content to app.vue - it displays the content The console displays this warning when i try to load the page or any pages:
WARN Create a Vue component in the pages/ directory to enable <NuxtPage>
WARN Create a Vue component in the pages/ directory to enable <NuxtPage>