label-studio
label-studio copied to clipboard
After successful annotation, the progress did not change.
Describe the bug I added annotation information on the label-studio page and clicked 'submit'. It showed that the annotation was successful. However, when I switched to the project page to check the annotation progress, the progress did not increase.This phenomenon only occurs when I use PostgreSQL as the database. When using SQLite as the database, it behaves as expected.
To Reproduce Steps to reproduce the behavior: You only need to perform question-and-answer type annotations on the page after deployment is completed.
Expected behavior A clear and concise description of what you expected to happen.
Screenshots
Environment (please complete the following information):
- OS: Linux arm-1 5.4.0-174-generic #193-Ubuntu
- Label Studio Version [e.g. 1.12.0]
Additional context Add any other context about the problem here.
Does it change if you refresh they page fully?
Does it change if you refresh they page fully?
This operation did not result in any changes. In fact, I obtain the same outcome when annotating through API calls. Only when using SQLite database, I am able to annotate QA pairs successfully.