3

Sometimes when I restart my Tinylicious server, I receive the following error many times in the server logs.

Connect Document error: {} {"messageMetaData":{"documentId":"1608426861167","tenantId":"tinylicious"},"label":"winston","timestamp":"2020-12-20T21:20:50.591Z"}

What exactly does this error mean and how can I fix it?

Sam Broner
  • 471
  • 2
  • 9
thatguy
  • 97
  • 9

1 Answers1

0

This error is created when we fail to make a socketio connection. You can see our code to create the connection here and the error message you're seeing here.

I don't believe this error will cause you significant issues, but it shouldn't be there. There's an issue on the project's github that you can add to if you're looking for more information.

Sam Broner
  • 471
  • 2
  • 9