Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

syncStack / rejects #401

Open
zabakala opened this issue Apr 3, 2023 · 1 comment
Open

syncStack / rejects #401

zabakala opened this issue Apr 3, 2023 · 1 comment

Comments

@zabakala
Copy link

zabakala commented Apr 3, 2023

In case of DB connection troubles, the following appears:

[vuex-easy-firestore] Error! 
Something went wrong while trying to synchronise data to Cloud Firestore.
The data is kept in queue, so that it will try to sync again upon the next 'set' or 'patch' action.

But what is its intentional outcome? The message is eloquent. I can even see the syncStack/rejects array populated with values, i.e. stuff not synced yet. However, whenever the DB connection is OK again and another related or non-related patch action is triggered, the rejects array gets emptied but the corresponding values are never updated inside the DB.

@mesqueeb
Copy link
Owner

mesqueeb commented Apr 3, 2023

This might be a bug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants