Fabio
Deployment to Firebase App Hosting
According to the docs, now the recommended way to deploy Nuxt 3 to Firebase is by using the new Firebase App Hosting (https://nuxt.com/deploy/firebase).
In my case it doesn't seem to work. The deployment fails, with Firebase not finding the '/workspace/.output/server/index.mjs' module.
I suppose App Hosting doesn't run a yarn build before yarn start or that Nitro's preset has some issues.
Anyone made it work successfully? If it's marked as "Recommended" way in the docs I assume it's been tested before and someone can help.
6 replies