You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it seems like some data updating logic of the example-reactions demo is not working correctly when the page is not fully reloaded.
Specifically the problem is the following: When adding a number of reactions on the main page with the movie list and then switching to the "My Reactions" view, they do not appear, see screenshots.
First, add some reactions:
Then switch to the "My Reactions" view:
It is empty. But reloading the full page (pressing enter in address bar), they appear:
When switching back to the "All Movies" view now though, this is empty:
Again, a full page reload, bring back the items (but then the My Reactions view is empty again). So this means that either the movie items or the reactions make it to the client side data storage, and somehow seem to overwrite each other (although everything seems to be present on the server).
Any help appreciated!
I am using a fresh install of the the latest version eb5f6aa on Ubuntu 18.04 and enabled the example-forum in .meteor/packages.
The text was updated successfully, but these errors were encountered:
Hi,
it seems like some data updating logic of the
example-reactions
demo is not working correctly when the page is not fully reloaded.Specifically the problem is the following: When adding a number of reactions on the main page with the movie list and then switching to the "My Reactions" view, they do not appear, see screenshots.
First, add some reactions:
Then switch to the "My Reactions" view:
It is empty. But reloading the full page (pressing enter in address bar), they appear:
When switching back to the "All Movies" view now though, this is empty:
Again, a full page reload, bring back the items (but then the My Reactions view is empty again). So this means that either the movie items or the reactions make it to the client side data storage, and somehow seem to overwrite each other (although everything seems to be present on the server).
Any help appreciated!
I am using a fresh install of the the latest version eb5f6aa on Ubuntu 18.04 and enabled the example-forum in .meteor/packages.
The text was updated successfully, but these errors were encountered: