TanishqxSharma
TanishqxSharma19h ago

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?
No description
3 Replies
erquhart
erquhart16h ago
That ENETUNREACH ending with - Local (:::0) looks sus, any hardcoded addresses anywhere in your code?
TanishqxSharma
TanishqxSharmaOP14h ago
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
erquhart
erquhart12h ago
Is this self hosted?

Did you find this page helpful?