divinedimples.
Nuxt2 start fails due to generated .nuxt folder getting trashed in build process
Project id: 0e425c43-fae4-4ebe-9c4c-84a654d8cc1bI recently upgraded to nixpacks and it seems that when the docker container is created, it trashes the generated
.nuxt
folder which results in this error during the deploy process:
I've tried to preserve this folder through adding cacheDirectories: ['.nuxt', '/app/.nuxt']
to package.json to no avail.
Any help is greatly appreciated 🙏4 replies
process.env variables all empty
Not sure what has changed recently, but now, when I deploy, all of my references to
process.env.WHATEVER
have empty values. The keys still appear if I throw a console log on process.env
but have no value. The values are present in the railway admin. Please advise29 replies