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:
Anyone know why this is happening or how I can troubleshoot it? Any help would be great!
4 Replies
Here is the databaseLinkId for the pulse form I submtited - cm2c8hhcq0nn411usubnhd0a6
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.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
I am glad to hear that the issue is resolved 🙏