neuronic-ai / autogpt-ui

A web interface for AutoGPT
110 stars 23 forks source link

Unable to deploy on GCP #5

Open bluefool opened 1 year ago

bluefool commented 1 year ago

Hello, I was trying to deploy autogpt - ui on GCP as the tutorial video. While after I start deployment, it showed that service "frontend" can not been proceed and here's what I get.

✔ Client built in 61666ms
ℹ Building server...
ℹ vite v4.3.9 building SSR bundle for production...
ℹ transforming...
ℹ ✓ 1221 modules transformed.
ℹ rendering chunks...
ℹ ../.nuxt/dist/server/_nuxt/index-styles.03e393e9.mjs                  0.08 kB
ℹ ../.nuxt/dist/server/_nuxt/error-404-styles.d21c6f76.mjs              0.08 kB
ℹ ../.nuxt/dist/server/_nuxt/error-500-styles.14c49c07.mjs              0.08 kB
ℹ ../.nuxt/dist/server/_nuxt/LogViewer-styles.b2280643.mjs              0.08 kB
ℹ ../.nuxt/dist/server/styles.mjs                                       0.56 kB
ℹ ../.nuxt/dist/server/_nuxt/index-e12b288f.js                          0.22 kB │ map:     5.28 kB
ℹ ../.nuxt/dist/server/_nuxt/_plugin-vue_export-helper-cc2b3d55.js      0.25 kB │ map:     0.13 kB
ℹ ../.nuxt/dist/server/_nuxt/index-styles-1.mjs-ee534121.js             0.29 kB │ map:     0.11 kB
ℹ ../.nuxt/dist/server/_nuxt/LogViewer-styles-1.mjs-60560249.js         0.34 kB │ map:     0.12 kB
ℹ ../.nuxt/dist/server/_nuxt/island-renderer-94a9d847.js                1.26 kB │ map:     1.38 kB
ℹ ../.nuxt/dist/server/_nuxt/error-component-e8213c02.js                2.04 kB │ map:     2.71 kB
ℹ ../.nuxt/dist/server/_nuxt/error-500-styles-1.mjs-b8a3a656.js         2.17 kB │ map:     0.12 kB
ℹ ../.nuxt/dist/server/_nuxt/error-dev-styles-1.mjs-808c8455.js         2.46 kB │ map:     0.12 kB
ℹ ../.nuxt/dist/server/_nuxt/error-500-8c728603.js                      3.32 kB │ map:     3.79 kB
ℹ ../.nuxt/dist/server/_nuxt/error-404-styles-1.mjs-79020934.js         3.86 kB │ map:     0.12 kB
ℹ ../.nuxt/dist/server/_nuxt/error-404-dfcf8a74.js                      9.94 kB │ map:    18.89 kB
ℹ ../.nuxt/dist/server/server.mjs                                     132.28 kB │ map:   254.28 kB
ℹ ../.nuxt/dist/server/_nuxt/index-2e991eea.js                      1,513.31 kB │ map: 1,122.42 kB
ℹ ✓ built in 20.66s
✔ Server built in 20703ms
[nitro] ✔ Generated public .output/public
[nitro] ℹ Building Nitro Server (preset: node-server)
[nitro] ✔ Nitro server built
Killed
ERROR: Service 'frontend' failed to build: The command '/bin/sh -c npm run build' returned a non-zero code: 137
make: *** [Makefile:5: build] Error 1

Is there anything I can try with or further information needed to proceed the deployment?

Thank you so much!

dvitcompte commented 1 year ago

Hello,

I did a fresh install this morning and got a similar error when buidling the project: Capture d’écran 2023-08-28 à 14 35 02

Something is wrong with the frontend. I tried autogtp 0.4.7 in my .env file, not sure if it can be related.

Thank you for helping us