-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
Hi, I followed the instructions and ended up in bootstrapping loop that does not successfully start the app. In the logs, I can observe a continuous try to start the app:
strapiexample exited with code 1
strapiexample | Starting your app...
strapiexample | Missing environment config for env: development.
strapiexample | Make sure the directory ./config/environments/development exists
strapiexample exited with code 1
strapiexample | Starting your app...
strapiexample | Missing environment config for env: development.
strapiexample | Make sure the directory ./config/environments/development exists
strapiexample exited with code 1
When I exec
into the Strapi container, I am seeing the following processes:
# ps -ef
UID PID PPID C STIME TTY TIME CMD
root 1 0 19 20:04 ? 00:00:04 /usr/bin/qemu-x86_64 /usr/local/bin/node /usr/local/bin/strapi develop
root 23 1 0 20:04 ? 00:00:00 /usr/bin/qemu-x86_64 /bin/sh -c npm run -s build -- --no-optimization
root 26 23 10 20:04 ? 00:00:01 /usr/bin/qemu-x86_64 /usr/local/bin/node /usr/local/bin/npm run -s build -- --no-optimization
root 40 26 0 20:04 ? 00:00:00 /usr/bin/qemu-x86_64 /bin/sh -c strapi build "--no-optimization"
root 43 40 50 20:04 ? 00:00:07 /usr/bin/qemu-x86_64 /usr/local/bin/node /srv/app/node_modules/.bin/strapi build --no-optimization
root 53 0 1 20:04 pts/0 00:00:00 /usr/bin/qemu-x86_64 /bin/sh
root 61 53 0 19:24 ? 00:00:00 /bin/ps -ef
Any ideas, how to get the app running?
Environment: Apple M1 chipset
Metadata
Metadata
Assignees
Labels
No labels