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
While trying to set up the PostHog locally, I encountered a series of issues related to OpenSSL and the database configuration.
Here is a brief description of what happened:
After resolving a few package-related issues, I ran into an error related to OpenSSL. The error message was:
Error: Configuration property "enable.ssl.certificate.verification" not supported in this build: OpenSSL not available at build time
at HighLevelProducer.Client (/path/to/plugin-server/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/node-rdkafka-acosom/lib/client.js:54:18)
at HighLevelProducer.Producer (/path/to/plugin-server/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/node-rdkafka-acosom/lib/producer.js:75:10)
at new HighLevelProducer (/path/to/plugin-server/node_modules/.pnpm/[email protected][email protected][email protected]/node_modules/node-rdkafka-acosom/lib/producer/high-level-producer.js:93:12)
at createKafkaProducer (/path/to/plugin-server/src/kafka/producer.ts:16:22)
at createHub (/path/to/plugin-server/src/utils/db/hub.ts:130:47)
at processTicksAndRejections (node:internal/process/task_queues:95:5)
at startPluginsServer (/path/to/plugin-server/src/main/pluginsServer.ts:232:56)
I've tried re-installing rdkafka and OpenSSL - found this thread which helped me install OpenSSL without errors but I'm not sure if it completely fixed the root cause as I'm still facing the same issue.
Lastly, I encountered an error related to a missing database table graphile_worker.jobs. The error message was:
psycopg2.errors.UndefinedTable: relation "graphile_worker.jobs" does not exist
I tried to troubleshoot this, but I'm not certain whether it's due to missing database migrations, a misconfiguration, or some other reason.
Can someone please help? TIA.
The text was updated successfully, but these errors were encountered:
While trying to set up the PostHog locally, I encountered a series of issues related to OpenSSL and the database configuration.
Here is a brief description of what happened:
I've tried re-installing rdkafka and OpenSSL - found this thread which helped me install OpenSSL without errors but I'm not sure if it completely fixed the root cause as I'm still facing the same issue.
Lastly, I encountered an error related to a missing database table
graphile_worker.jobs
. The error message was:I tried to troubleshoot this, but I'm not certain whether it's due to missing database migrations, a misconfiguration, or some other reason.
Can someone please help? TIA.
The text was updated successfully, but these errors were encountered: