Tiddlywiki on Node.js on Qnap stopped loading properly

Hello,

I successfully deployed Tiddlywiki on Node.js with docker several years ago - version 5.2.0 - on Qnap TS-520 NAS. It worked great. Suddenly it stopped loading content recently without any changes. After inputing credentials there is just blank page, no content is being loaded.

It is started in a container using:

orever start --spinSleepTime 10000 ./usr/local/lib/node_modules/tiddlywiki/tiddlywiki.js kompendium --listen port=5678 username=MK password=******** root-tiddler=$:/core/save/lazy-all host=0.0.0.0

Any clues what should I check or how can I repair this? Probably some update crashed it?

Thank you!

Test the nodejs with your wiki folder outside of docker.

If a new plugin have bug, it might prevent server start, and will show error in terminal.

If you hit F12 it will open the browser dev-tools. Select the Console tab. There may be some info if you do a CTRL - browser page reload which clears the browser cache.

Thank you. Unfortunately I don’t know how to do it.

The only message in console:

Failed to load resource: the server responded with a status of 401 ()