rajat.abcx
rajat.abcx
Explore posts from servers
DTDrizzle Team
Created by rajat.abcx on 10/15/2024 in #help
Error while pushing/pulling from pg DB (supabase)
if (column7.column_default.endsWith("[]")) {
^

TypeError: Cannot read properties of undefined (reading 'endsWith')
if (column7.column_default.endsWith("[]")) {
^

TypeError: Cannot read properties of undefined (reading 'endsWith')
facing this issue, after I run the migrations for the first time, introspect, pull, push all of them throwing error.
6 replies
RRailway
Created by rajat.abcx on 10/6/2023 in #✋|help
Can't deploy Posthog from templates.
Hi I am trying to deploy posthog from one of the templates, but even after giving all the env variables, it it deploying but then crashing immediately. This is the error: ValueError: Duplicated timeseries in CollectorRegistry: {'posthog_celery_task_pre_run_total', 'posthog_celery_task_pre_run', 'posthog_celery_task_pre_run_created'}
4 replies