You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to install Convex on a Raspberry Pi 4 using Docker and a docker-compose.yml file.
Unfortunately, after building the images for the backend and the dashboard, I get the following error: dependency failed to start: container convex-backend-1 exited (132).
The convex-backend-1 container never starts, while convex-dashboard-1 runs correctly.
I tried rebuilding the images using the Dockerfiles, but the issue persists. Additionally, I'm unable to build Convex from source.