Geethika S Gireesh
03/13/2025, 9:23 AM> backend@0.1519.1 migrate-production /usr/app/packages/backend
> knex migrate:latest --knexfile dist/knexfile.js
Working directory changed to /usr/app/packages/backend/dist
WARNING: Using <http://localhost:8080> as the base SITE_URL for Lightdash. This is not suitable for production. Update with a top-level domain using https such as <https://lightdash.mycompany.com>
Using environment: production
Already up to date
WARNING: Using <http://localhost:8080> as the base SITE_URL for Lightdash. This is not suitable for production. Update with a top-level domain using https such as <https://lightdash.mycompany.com>
2025-03-13 09:15:52 [Lightdash] info: Starting Lightdash server...
2025-03-13 09:15:52 [Lightdash] warn: Missing "SLACK_CLIENT_ID", Slack App will not run
2025-03-13 09:15:52 [Lightdash] info:
| | | | | | |
| | | | | | |
| | | | | | |
\ | / \ | / \ | / \ | / \ | / \ | / \ | /
\|/ \|/ \|/ \|/ \|/ \|/ \|/
------------------------------------------
Launch lightdash at <http://localhost:8080>
------------------------------------------
/|\ /|\ /|\ /|\ /|\ /|\ /|\
/ | \ / | \ / | \ / | \ / | \ / | \ / | \
| | | | | | |
| | | | | | |
| | | | | | |
2025-03-13 09:15:52 [Lightdash] error: Failed to start Lightdash: self-signed certificate in certificate chainPylon
03/13/2025, 9:23 AMGeethika S Gireesh
03/13/2025, 9:28 AMIrakli
03/13/2025, 9:57 AMGeethika S Gireesh
03/13/2025, 9:58 AMIrakli
03/13/2025, 9:58 AMIrakli
03/13/2025, 10:03 AMGeethika S Gireesh
03/13/2025, 10:03 AMGeethika S Gireesh
03/13/2025, 10:13 AMconst keySet = hasJwtConfig
? await buildJwtKeySet({
certificateFilePath: oidc.x509PublicKeyCertPath,
certificateFile: oidc.x509PublicKeyCert,
keyFilePath: oidc.privateKeyFilePath,
keyFile: oidc.privateKeyFile,
})
: undefined;Geethika S Gireesh
03/13/2025, 10:14 AMIrakli
03/25/2025, 6:54 PMneed to figure out on where to update /set the mountpath as the certificate Path is undefined ? Any idea on that ?