Timeout issue Convex API via Middleware.
Hi, I am trying to call convex api from a node.js middleware. Everything seems to work fine when I am running it locally but once deployed to Railway. There is a timeout issue with the api.
The server tries to connect with convex but it fails.
Any Idea?

3 Replies
That
ENETUNREACH
ending with - Local (:::0)
looks sus, any hardcoded addresses anywhere in your code?Nope, Nothing as such, for this one I passed a hardcoded convex url (for testing) but everything is from env other than that there is fastify websocket connection where this call gets invoked
Is this self hosted?