Error Message and Logs
I encountered an issue where the root user is not created during the Coolify installation process, even when providing the necessary environment variables. Additionally, attempts to reset the root user's credentials post-installation have been unsuccessful.


Steps to Reproduce
- curl -fsSL https://cdn.coollabs.io/coolify/install.sh | sudo bash
- sudo -E env ROOT_USERNAME=root ROOT_USER_EMAIL=email@example.com ROOT_USER_PASSWORD=Password bash -c 'curl -fsSL https://cdn.coollabs.io/coolify/install.sh | bash'
- docker exec -ti coolify sh -c "php artisan root:reset-password"
- docker exec -ti coolify sh -c "php artisan root:change-email"
Example Repository URL
No response
Coolify Version
4.0.0-beta.409
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response
Error Message and Logs
I encountered an issue where the root user is not created during the Coolify installation process, even when providing the necessary environment variables. Additionally, attempts to reset the root user's credentials post-installation have been unsuccessful.
Steps to Reproduce
Example Repository URL
No response
Coolify Version
4.0.0-beta.409
Are you using Coolify Cloud?
No (self-hosted)
Operating System and Version (self-hosted)
Ubuntu 24.04
Additional Information
No response