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.
11 Replies
Prastoin
Prastoin4w ago
Hello there, Please share any logs from twenty-server and your browser console They will give more information regarding the root cause nature
Max Villafranca
Max VillafrancaOP4w ago
the last 300
Max Villafranca
Max VillafrancaOP4w ago
No description
Max Villafranca
Max VillafrancaOP4w ago
If I set IS_SIGN_UP_DISABLED:false I get this other error.
No description
Max Villafranca
Max VillafrancaOP4w ago
and I get this if I run 'yarn"
Max Villafranca
Max VillafrancaOP4w ago
@Prastoin you even commented in the PR that was supposed to fix this kind of issue. Maybe this is a different kind but looks related.
Prastoin
Prastoin4w ago
You should not run yarn in built twenty instance Errors can looks the same across versions but under the hood are not It seems like there s a known issue blocking any workspace creation of self hosted instance currently
Max Villafranca
Max VillafrancaOP4w ago
dang, do you know how this can be overcome? i can poke around, I'm not devops guy but if you point me in the right direction I can use AI to assist.
Prastoin
Prastoin4w ago
https://discord.com/channels/1130383047699738754/1402681148265725993 I'm on mobile currently please wait a minute Fix should be released next patch during the day I guess Are you sure you correctly downgraded your twenty instance ? It should be working on 1.2 and 1.3.0
Max Villafranca
Max VillafrancaOP4w ago
I tried so many times, but Ill do a fresh install of 1.2 and see if it works. Good Digital Lord!!! How did I miss this, I swear I did try 1.2 before, maybe I edited the freaking docker compose file so many times that I missed a fresh deploy. Creating my new workspace now, then Ill try upgrading if I can Thanx so muchhhhh 🤸‍♂️ I also see the 1.3.3 tag in gh tags, but no docker image yet, I hope that the fix PR you talked about makes it to 1.3.4 tomorrow and we actually get an image to start fresh with a non buggy version Registration of account and update to 1.3.2 confirmed working Thanks again
Prastoin
Prastoin4w ago
Cool ! congrats I think we currently have a release candidate yes, that should get published on docker hub during the day

Did you find this page helpful?