Prisma Pulse - Setting Up ErrorInternal

I'm trying to connect my Postgres instance to use Prisma Pulse as an alternative to BullMQ. After setting up the recommended configuration (taken from the Railway template), I'm getting this error: "ErrorInternal - Something went wrong, please try again," with no additional context. Here’s the config I applied:
ALTER SYSTEM SET wal_level = logical;
ALTER SYSTEM SET max_replication_slots = 20;
ALTER SYSTEM SET max_wal_senders = 20;
ALTER SYSTEM SET wal_keep_size = 2048;
SELECT pg_reload_conf();
ALTER SYSTEM SET wal_level = logical;
ALTER SYSTEM SET max_replication_slots = 20;
ALTER SYSTEM SET max_wal_senders = 20;
ALTER SYSTEM SET wal_keep_size = 2048;
SELECT pg_reload_conf();
Anyone know why this is happening or how I can troubleshoot it? Any help would be great!
4 Replies
sam.oriental
sam.oriental6d ago
Here is the databaseLinkId for the pulse form I submtited - cm2c8hhcq0nn411usubnhd0a6
Nurul
Nurul6d ago
Hey @sam.oriental 👋 In the railway database connection string that you provided while configuring Pulse, can you add ?pdpssl=disable to that string and check if you get the same error? You can create a new environment and provide the railway connection string with pdpssl parameter appended.
sam.oriental
sam.oriental5d ago
This seemeed to work only on my PgBouncer instance with SSLMode disabled For some reason it didnt work with my Postgres URI with the same two fields But it worked :joeshrug: Thanks for the help. Much appreciated, I would've never figured that out by mself lol
Nurul
Nurul5d ago
I am glad to hear that the issue is resolved 🙏
Want results from more Discord servers?
Add your server