-
-
Notifications
You must be signed in to change notification settings - Fork 435
Timeline loading error #2669
Copy link
Copy link
Open
Labels
canaryThis is present only on canary (main.npmx.dev)This is present only on canary (main.npmx.dev)p2Priority 2 bug (medium)Priority 2 bug (medium)
Metadata
Metadata
Assignees
Labels
canaryThis is present only on canary (main.npmx.dev)This is present only on canary (main.npmx.dev)p2Priority 2 bug (medium)Priority 2 bug (medium)
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.