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
API: exec ./bin/takeoff.local: no such file or directory
Proxy: exec /docker-entrypoint.sh: no such file or directory
Beat Worker: relation "django_celery_beat_periodictask" does not exist
Couldn't get to work on my desktop, and tried a clean install on a laptop using only Git Bash (Docker 4.25.2). No changes to .env files but same result.
As an example for the API container, files indeed do not exist in the code working directory (see image). Obviously, connecting to the database container (after mapping the port) with pgAdmin shows database instance created but no tables created.
I am able to successfully get a self-hosted version operational locally on Docker Desktop. Reviewed the Docker files and see the differences with the .dev versions but not sure what the problem is and thought to check first before spending additional troubleshooting time.
The issue here is the same as reported in #834. Updated startup sh files to be LF (instead of CRLF) and containers started successfully. I didn't find the old issue (April) initially because the sh file was originally named exec ./bin/takeoff and I was searching for exec ./bin/takeoff.local.
Is there an existing issue for this?
Current behavior
API: exec ./bin/takeoff.local: no such file or directory
Proxy: exec /docker-entrypoint.sh: no such file or directory
Beat Worker: relation "django_celery_beat_periodictask" does not exist
Couldn't get to work on my desktop, and tried a clean install on a laptop using only Git Bash (Docker 4.25.2). No changes to .env files but same result.
As an example for the API container, files indeed do not exist in the code working directory (see image). Obviously, connecting to the database container (after mapping the port) with pgAdmin shows database instance created but no tables created.
I am able to successfully get a self-hosted version operational locally on Docker Desktop. Reviewed the Docker files and see the differences with the .dev versions but not sure what the problem is and thought to check first before spending additional troubleshooting time.
Steps to reproduce
1: git clone https://github.com/makeplane/plane.git
2: cd plane
3: ./setup.sh
4: docker compose -f docker-compose-local.yml up -d
Browser
Google Chrome
Version
Local
Keywords
Related (Possible)
#3105
The text was updated successfully, but these errors were encountered: