Troubleshooting missing newly-created tiddlers

New tiddlers are being saved to my filesystem, but after a few moments, the saved body text in the story view will disappear, reverting to missing tiddlers. If I open the .tid files themselves, the content is correct, but they won’t appear as such in Tiddlywiki. Updating existing tiddlers appears to be working correctly.

I’ve been using this wiki for a few months and this has just started occurring.

Using Firefox 108 on macOS Monterey 12.6, running Tiddlywiki Node.js 5.2.5 without any additional plugins.

hmm, This looks like a “race condition”. Is there any “watch directory” task active at the same time. … 2 servers with the same directory, but different ports?

How did you install TiddlyWiki?
What does tiddlywiki --version show?
Node version? node --version

I don’t have macOS, so I only did test it with FF 109.b3
Node.js 14.2.0

Everything works as expected.

My tiddlywiki.info looks like this. Does your tiddlywiki.info contain the same plugins

{
    "description": "Basic client-server edition",
    "plugins": [
        "tiddlywiki/tiddlyweb",
        "tiddlywiki/filesystem"
    ],
    "themes": [
        "tiddlywiki/vanilla",
        "tiddlywiki/snowwhite"
    ],
    "build": {
        "index": [
            "--render","$:/plugins/tiddlywiki/tiddlyweb/save/offline","index.html","text/plain"
        ],
        "static": [
            "--render","$:/core/templates/static.template.html","static.html","text/plain",
            "--render","$:/core/templates/alltiddlers.template.html","alltiddlers.html","text/plain",
            "--render","[!is[system]]","[encodeuricomponent[]addprefix[static/]addsuffix[.html]]","text/plain",
            "--render","$:/core/templates/static.template.css","static/static.css","text/plain"
        ]
    }
}

My log looks like this. How does your log look like, when the tiddler changes back