- The commented out props definition - Use <slot /> instead of <NuxtPage> inside <NuxtLagout> in app.vue which doesn't work and in fact gives error that I have pages and not using NuxtPage - Having <slot /> outside of <NuxtLayout> in app.vue - Setting createError as fatal: true in both API routes, server middleware (None of my pages have createError) - Removing all directories and doing build and still it shows default instead of custom error.vue in production
Now what should I do? It literally does show the custom one in dev but doesn't in production after all these