Virtual page is throwing Error: Not found

As soon as I navigate to a virtual page, the following error is logged in the console approximately once per second:

XHR GET
http://localhost:3000/.fs/tag:test.md
[HTTP/1.1 404 Not Found 1ms]

Stack Trace:

authenticatedFetch
getFileMeta
watch/this.watchInterval</< S1
(Async: setInterval handler) initSpace
...

I have observed this behavior on a freshly installed instance (bare-metal on Linux, v2.1.9.0 and v2-edge).
I’m unsure whether this is related to my setup or if it’s a bug.
I haven’t found any related issues on GitHub yet.

Yes. This is how virtual pages work, they build on the event that is triggered when a non-existent page is loaded. It’s a bit ugly, I agree. I have plans to change this, but it’s expected behavior.

Understood, tank you!