Error while pushing events to stream

Hi, I was able to push events to stream successfully, lately we are facing this error from node-js client when pushing events to stream. Push events are approx 800 bytes in length

Error : “Error: Retry limit reached. Operation: Operation AppendToStreamOperation…”

I am able to connect to stream.

Hi there!

What client did you use? Because that error does not look like the official NodeJS client.

Could you also mention what version of the database you are using?

Hi yorick, The issue was with endpoint, It’s working now.

Thank’s