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!