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

Crash on sync when app edit before creating #71

Closed
sebastienbarbier opened this issue Dec 6, 2022 · 0 comments
Closed

Crash on sync when app edit before creating #71

sebastienbarbier opened this issue Dec 6, 2022 · 0 comments
Assignees
Labels

Comments

@sebastienbarbier
Copy link
Owner

In some cases, front end send an edit request to a transaction which has not been created yet. Unsynced transaction have a uuid as id, where sync transaction have a PrimaryKey value as id. For some reason, the app lose track and send edit of unsynced transactions which crash backend (500), and block front-end in a cannot sync state anymore.

This ticket is about improving front end to handle better this case (avoid blocked state) and remove/fix that unexpected behaviour.

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

No branches or pull requests

1 participant