When loading the timeline page, the logic doesn't work on some pages. Caught for example on next and vite.
At the same time the loader just hides and to the user it appears as if everything was fine and just nothing was found. The interface looks correct and overall does not interfere with the experience.
Apparently it only happens with /sizes/
Error:
Server logs (/api/registry/timeline/sizes/next)
After a reload, it usually works. That is, most likely, some of the logic was processed and cached, but post-processing failed. Perhaps there's a memory leak somewhere.
When loading the timeline page, the logic doesn't work on some pages. Caught for example on next and vite.
At the same time the loader just hides and to the user it appears as if everything was fine and just nothing was found. The interface looks correct and overall does not interfere with the experience.
Apparently it only happens with
/sizes/Error:
Server logs (/api/registry/timeline/sizes/next)
After a reload, it usually works. That is, most likely, some of the logic was processed and cached, but post-processing failed. Perhaps there's a memory leak somewhere.