I am trying to setup server-side subscriptions wit...
# prisma-whats-new
t
I am trying to setup server-side subscriptions without any luck 😞. It seems that
webhook
is never called, though in the prisma dashboard i see a graph showing number of subscription events. I've also removed filtering logic from subscription query as suggested here: https://github.com/graphcool/prisma/issues/2109 but it still doesnt work, anyone was able to get server-side subscriptions working?