Elektrine lite

← Feed

@bloody_albatross@chaos.social

Post #1713827

2026-04-14 19:21 UTC

These weird errors were somehow caused by nodemon restarting the app all the time. In development I write things to a simple JSON file instead of a proper key value store (the active sessions) and that file changed all the time so nodemon restarted the app in the middle of every request, basically. Weird that that caused that error! I saw no error in the server log, because there was none, just the nodemon restart, which I overlooked for too long. I have now --ignore-d the "database" file.

Replies (0)

No replies.