bland-school-77747
05/07/2026, 9:22 AMLogging event to GrowthBook logs when expected, but nothing turns out in my Managed Warehouse.
First, I was getting managed_warehouse_pending messages, which probably means that the warehouse was not fully provisioned yet. After waiting a while, I just get *Error updating data:* Could not decrypt data source credentials. View the data source settings for more info. when trying to view my experiment results. The SQL explorer is giving me connect ECONNREFUSED 127.0.0.1:8123 errors on all queries.
I cannot really control my data source credentials on a non-selfhosted instance + managed warehouse combination, so I'm wondering - how should I fix this?flaky-noon-11399
05/07/2026, 10:03 AMflaky-noon-11399
05/07/2026, 10:03 AMbland-school-77747
05/07/2026, 10:11 AMDo you have this plugin installed?
which payload security option did you choose?This is my GrowthBook connection setup:
export const growthbook = new GrowthBook({
apiHost: '<https://cdn.growthbook.io>',
clientKey: 'sdk-xxxxxxxxxxx',
enableDevMode: false,
plugins: [autoAttributesPlugin(), growthbookTrackingPlugin({ debug: process.env.NODE_ENV !== 'production' })],
});
Please can you try to send a test event using the Ingestion API and confirm if you're able to see the event using the SQL Explorer?When I run
SELECT * FROM events in the SQL explorer, I get connect ECONNREFUSED 127.0.0.1:8123 and no output.
are you seeing anything when you open Metrics and Data → Data Sources → [Managed Warehouse] and see if there’s any additional message in the callout about credentials or provisioning?Attaching a screenshot of the ManagedWarehouse UI, I do not see any other messages or callouts besides the one in the screenshot
flaky-noon-11399
05/07/2026, 11:54 AMbland-school-77747
05/07/2026, 11:56 AMbland-school-77747
05/07/2026, 11:57 AMflaky-noon-11399
05/07/2026, 12:00 PMbland-school-77747
05/07/2026, 12:01 PMflaky-noon-11399
05/07/2026, 12:02 PMastonishing-engineer-93454
05/07/2026, 8:29 PMastonishing-engineer-93454
05/07/2026, 8:39 PM127.0.0.1:8123 is the same as localhost:8123. Are you running something locally?astonishing-engineer-93454
05/07/2026, 8:41 PMastonishing-engineer-93454
05/08/2026, 3:34 AM52.70.79.40, for warehouse access.
Has that been attempted?flaky-noon-11399
05/08/2026, 2:33 PMflaky-noon-11399
05/08/2026, 4:32 PMbland-school-77747
05/11/2026, 7:00 AMflaky-noon-11399
05/11/2026, 2:32 PM