You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+ NODE_PATH=/triggerdotdev/node_modules/.pnpm/node_modules exec dumb-init node --max-old-space-size=1024 ./build/server.js
/triggerdotdev/node_modules/.pnpm/@clickhouse+client-common@1.12.1/node_modules/@clickhouse/client-common/dist/config.js:267
throw new Error(`Unknown URL parameters: ${Array.from(unknownParams).join(', ')}`);
^
Error: Unknown URL parameters: secure
at loadConfigOptionsFromURL (/triggerdotdev/node_modules/.pnpm/@clickhouse+client-common@1.12.1/node_modules/@clickhouse/client-common/dist/config.js:267:19)
at prepareConfigWithURL (/triggerdotdev/node_modules/.pnpm/@clickhouse+client-common@1.12.1/node_modules/@clickhouse/client-common/dist/config.js:42:34)
at new ClickHouseClient (/triggerdotdev/node_modules/.pnpm/@clickhouse+client-common@1.12.1/node_modules/@clickhouse/client-common/dist/client.js:59:65)
at createClient (/triggerdotdev/node_modules/.pnpm/@clickhouse+client@1.12.1/node_modules/@clickhouse/client/dist/client.js:15:12)
at new ClickhouseClient (/triggerdotdev/apps/webapp/build/index.js:47980:243)
at new ClickHouse (/triggerdotdev/apps/webapp/build/index.js:61386:21)
at initializeQueryClickhouseClient (/triggerdotdev/apps/webapp/build/index.js:81619:10)
at singleton (/triggerdotdev/apps/webapp/build/index.js:22636:85)
at Object.<anonymous> (/triggerdotdev/apps/webapp/build/index.js:81611:29)
at Module._compile (node:internal/modules/cjs/loader:1521:14)
Node.js v20.20.0
Describe the bug
Problem is trigger auto add param ?secure=true/false to the Click house URL in the file triggerdotdev/trigger.dev/docker/scripts/entrypoint.sh
Provide environment information
Describe the bug
Problem is trigger auto add param
?secure=true/falseto the Click house URL in the filetriggerdotdev/trigger.dev/docker/scripts/entrypoint.shReproduction repo
https://github.dev/triggerdotdev/trigger.dev
To reproduce
Problem is trigger auto add param
?secure=true/falseto the Click house URL in the filetriggerdotdev/trigger.dev/docker/scripts/entrypoint.shAdditional information
No response