Unable to deploy

Hi team, I'm trying to deploy my app but the process is crashing during the "building frontend assets" phase. I don't see any errors in the logs, just "retrying: uploading production frontend assets to CDN" (trace id: e3d7b530486f3b69ccc81ace3b938c41) If I try to deploy from the CLI, I get the following: Cannot read properties of undefined (reading 'has')
No description
8 Replies
Rena
Rena2mo ago
Context: we rebuilt the app into a new remix build
Smelvin
Smelvin2mo ago
Hi Renan, I'll take a look
Rena
Rena2mo ago
also happens on streamline (another app on the same account)
Smelvin
Smelvin2mo ago
Would you be able to re-deploy the app again?
Rena
Rena2mo ago
Trying Same issue Lemme try caseo-ai None of the apps worked streamline-connector-for-voiceflow is the other one
Smelvin
Smelvin2mo ago
Noted, I'm still looking into it. Alright so it seems the issue is with your build command. the correct build command for remix would be
"build": "NODE_ENV=production remix vite:build"
"build": "NODE_ENV=production remix vite:build"
Rena
Rena2mo ago
I was trying with the deploy button, should I change that manually on my files? Trying Seems it's working Caseo is live Streamline seems it's going through Thank you
Smelvin
Smelvin2mo ago
Glad to hear!

Did you find this page helpful?