Unable to Login after installation in Coolify
I followed these instructions (option 2):
1-Click w/ Docker Compose
https://twenty.com/developers/section/self-hosting/docker-compose
with minor deviations for Coolify.
The website opens to the Welcome screen and asks for an email and password. It doesn't accept any combination, including tim@apple.dev.
I followed the instructions from here:
https://twenty.com/developers/section/self-hosting/troubleshooting
under the section: "Unable to Log In"
Run the following commands:
docker exec -it twenty-server-1 yarn
docker exec -it twenty-server-1 npx nx database:reset --configuration=no-seed
The yarn command fails because it cannot compile the canvas package.
I've tried different tags (1.3.2, 1.3, 1.2, latest). All of them download, run, and show the same Welcome screen. I even tried AI-modified versions of the official docker- compose.yml on Coolify, but they all show the same behavior.
Please help, as I've tried everything in my power to fix this problem and asking is my absolute last resort.
1-Click w/ Docker Compose
https://twenty.com/developers/section/self-hosting/docker-compose
with minor deviations for Coolify.
The website opens to the Welcome screen and asks for an email and password. It doesn't accept any combination, including tim@apple.dev.
I followed the instructions from here:
https://twenty.com/developers/section/self-hosting/troubleshooting
under the section: "Unable to Log In"
Run the following commands:
docker exec -it twenty-server-1 yarn
docker exec -it twenty-server-1 npx nx database:reset --configuration=no-seed
The yarn command fails because it cannot compile the canvas package.
I've tried different tags (1.3.2, 1.3, 1.2, latest). All of them download, run, and show the same Welcome screen. I even tried AI-modified versions of the official docker- compose.yml on Coolify, but they all show the same behavior.
Please help, as I've tried everything in my power to fix this problem and asking is my absolute last resort.