this one should hopefully fix the remaining token issues folks have been having, though I’m not seeing anything in the commit log about fixes for the other session and pagination issues we’ve noticed. as always, let me know if anything looks broken. I’m still working on getting Photon deployed, which might be a good workaround for the frontend breakages we’ve been seeing.

  • @selfOPMA
    link
    English
    35 months ago

    so now there’s a bug that causes the backend to hang, which our current restart logic can’t handle without heartbeat detection. to compound that, the frontend responds to the backend hanging by making thousands of requests in a tight loop, effectively hanging the UI until all the requests reject (or you close the tab and open a new one)

    this is an all-new level of garbage and I’m kind of shocked by it