Pinned not updating until refresh #2996
Unanswered
filippocrocchini
asked this question in
Ideas and Issue Triage
Replies: 1 comment 1 reply
|
The fact that it reproduces in Firefox and Chrome but only in the Docker deployment strongly suggests a client-side cache or asset-version difference, although the server mutation should still be verified. I would check this sequence:
A useful regression test would assert both the mutation and the rendered pinned stack without a full page refresh. If the mutation response is successful but the list is stale, invalidate or replace the relevant frame or cache entry after the action. Please include the Docker image tag, commit, browser console output, and the response body from the pin request; that will separate an old asset bundle from a server-side persistence problem. |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
When I pin/unpin a card I have to refresh the page in order for it to actually show in or get removed from the pinned stack.
I can reproduce it in both Firefox and Chrome.
Not sure if this is a known issue since it's only happening if I run the docker container but not on https://app.fizzy.do.
All reactions