thousands-florist-37408
05/05/2026, 12:49 PMError Decrypting Data Source Credentials.
I’ve tried re-creating the data source and waiting for some time (steps suggested by ChatGPT) but still the issue perists.
Is there anything more I should do to properly configure the data source or is it an issue in GB back-end?thousands-florist-37408
05/05/2026, 1:24 PMastonishing-engineer-93454
05/05/2026, 2:13 PMthousands-florist-37408
05/05/2026, 5:24 PMastonishing-engineer-93454
05/05/2026, 7:09 PMthousands-florist-37408
05/06/2026, 6:58 AMthousands-florist-37408
05/07/2026, 5:39 AMastonishing-engineer-93454
05/07/2026, 6:22 PMastonishing-engineer-93454
05/07/2026, 6:26 PMthousands-florist-37408
05/07/2026, 9:33 PMthousands-florist-37408
05/07/2026, 9:33 PMthousands-florist-37408
05/07/2026, 9:34 PMthousands-florist-37408
05/07/2026, 9:39 PM8123 port is quite weird, but maybe this is some clue on what’s actually wrong in the system? I didn’t have anything to say which port would be used, since the config is limited to ToS agreementthousands-florist-37408
05/07/2026, 9:40 PMthousands-florist-37408
05/07/2026, 9:50 PMastonishing-engineer-93454
05/07/2026, 9:56 PMjest.mock("back-end/src/util/secrets", () => ({
CLICKHOUSE_HOST: "<http://localhost:8123>",
CLICKHOUSE_ADMIN_USER: "admin",
CLICKHOUSE_ADMIN_PASSWORD: "password",
CLICKHOUSE_DATABASE: "default",
CLICKHOUSE_MAIN_TABLE: "events",
ENVIRONMENT: "development",
IS_CLOUD: false,
CLICKHOUSE_OVERAGE_TABLE: "overage",
}));astonishing-engineer-93454
05/07/2026, 9:58 PMexport const CLICKHOUSE_HOST = process.env.CLICKHOUSE_HOST || "";
export const CLICKHOUSE_ADMIN_USER = process.env.CLICKHOUSE_ADMIN_USER || "";
export const CLICKHOUSE_ADMIN_PASSWORD =
process.env.CLICKHOUSE_ADMIN_PASSWORD || "";
export const CLICKHOUSE_DATABASE = process.env.CLICKHOUSE_DATABASE || "";
export const CLICKHOUSE_MAIN_TABLE = process.env.CLICKHOUSE_MAIN_TABLE || "";
export const CLICKHOUSE_OVERAGE_TABLE =
process.env.CLICKHOUSE_OVERAGE_TABLE || "overage_events";astonishing-engineer-93454
05/07/2026, 11:23 PMastonishing-engineer-93454
05/07/2026, 11:38 PMthousands-florist-37408
05/08/2026, 6:10 AMthousands-florist-37408
05/08/2026, 6:21 AMthousands-florist-37408
05/08/2026, 10:45 AMthousands-florist-37408
05/11/2026, 6:34 AMthousands-florist-37408
05/11/2026, 6:36 AM