Elektrine lite

← Feed

@bloody_albatross@chaos.social

Post #1713826

2026-04-14 17:26 UTC

Oh and when I do the #Shopify login *again* in the #Firefox case I get this. WTH?

Replies (1)

  • 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.

    Open ##1713827