Skip to content

QuotaExceededError during /process #25

Description

@jmillanacosta

When we have a large enough annotation payload (annotationResults was 10.5 MB for me) we exceed the browser's storage quota and the results can't be saved, interrupting the workflow with an unclear log in he browser console.

To fix this, do we want keep large results on the server? Or use some sort of db manager for frontend?

results.value = response.data
localStorage.setItem('annotationResults', JSON.stringify(response.data))

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions