N
Neon2w ago
fascinating-indigo

Listen/Notify not working on NEON

I am trying to listen for a notification from Postgres. I followed this tutorial: https://neon.com/guides/pg-notify, but it does not work on Neon. It worked on my local Postgres server, though. What am I doing wrong? This is the code: https://github.com/LeeJunNakao/neon_notify_example
GitHub
GitHub - LeeJunNakao/neon_notify_example
Contribute to LeeJunNakao/neon_notify_example development by creating an account on GitHub.
1 Reply
yappiest-sapphire
yappiest-sapphire2w ago
Are you using the pooled connection string? If so, try the unpooled

Did you find this page helpful?