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.