replied to a while ago:
It happens to me too. Idk, might be the VPS, might be Bun itself. Initially I thought it was because of SQLite being in the same thread so I refactored it into a Worker, so it’s not blocking the http server now. But it still happens. So it’s something else.
wrote:I think I briefly saw an http 502 error. What could it be?