Mikescops / git-notify-extension

🦊🐙 Browser Extension for GitLab (Chrome, Edge & Firefox). Don't miss any Gitlab Merge Requests and rocket up your productivity.
https://addons.mozilla.org/en-US/firefox/addon/gitlab-notify/
115 stars 10 forks source link

QUOTA_BYTES quota exceeded error #55

Closed Mikescops closed 2 years ago

Mikescops commented 2 years ago

This error QUOTA_BYTES quota exceeded seems to happen when a user has a lot of PRs/Todos.

Has mentioned here this likely means the max storage in the browser has been hit.

A solution should be to require "unlimitedStorage" capability in manifest.

Mikescops commented 2 years ago

This happens mostly when the content of the PR or the Todo is extensively large. IE: using a plugin like renovate that contains all the changelog of the dependencies.

Mikescops commented 2 years ago

Fixed in #69