Easypanel LogoEasypanel LogoFeedbackChangelog
Voters
Kkabiru sambo

Tooljet Template Bug (Unable to connect to DB) - Found a Solutions (Fixed)

Bug Reports
Kkabiru sambo
•9/5/2025
Open

So I have been trying to install and run tooljet template but its not working at all when I check the log, It seems like the is trying to deploy itself multiple times... Keeps repeating the lines of error and code i think it is trying to connect to the postgress DB.

3 comments

Comments

M
Muhammad Ahsan Shaikh9/8/2025

Hi kabiru sambo - We have fixed the template. Please deploy it from here. https://github.com/easypanel-io/templates/pull/1079

K
kabiru sambo9/15/2025

Muhammad Ahsan Shaikh Thank you! You're a genius.

K
kabiru sambo9/6/2025

even if it technically worked.. There are alot of missing pieces and errors here and there.. Ranging from missing WorkFlow module to Tooljet database error. Please can you help fix? Muhammad Ahsan Shaikh

K
kabiru sambo9/5/2025

There was a problem with the configuration script as it was missing or there was a mis-match of environment variable. I was able to troubleshoot and I got mine working by manually add these environment variables. # General Application Variables TOOLJET_HOST=https://$(PRIMARY_DOMAIN) SERVER_HOST=$(PRIMARY_DOMAIN) LOCKBOX_MASTER_KEY= SECRET_KEY_BASE= ORM_LOGGING=all CHECK_FOR_UPDATES=true ENABLE_MULTIPLAYER_EDITING=true USER_SESSION_EXPIRY=2880 DEPLOYMENT_PLATFORM=docker SERVE_CLIENT=true PORT=80 # Variables for the main application (ToolJet's internal configuration) TOOLJET_DB_HOST= TOOLJET_DB_NAME= TOOLJET_DB_USER=postgres TOOLJET_DB_PASS= TOOLJET_DB_PORT= # Variables for the database setup scripts (npm run db:create) PG_HOST= PG_DB= PG_USER=postgres PG_PASS=