You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The UI didn't load properly for me, so I checked to logs and found a bunch of errors when it tried to create creators from GitHub activity. Errors were of some form "Quota exceeded error" (I later fixed the issue and didn't copy the logs).
After a while I found a section in the "Application" tab of developer tools that displayed the used space and the max quota (the max quota then was 701KB). After some searching I found that Chrome allocates DB quota according to free space available, so I cleared some space on my hard drive (which had less than 1GB remaining) after which it then showed:
Screenshot of the background page log:
Proposed solution
If the quota is exceeded, send a notification to the user and tell them to make space on the harddrive.
The text was updated successfully, but these errors were encountered:
The UI didn't load properly for me, so I checked to logs and found a bunch of errors when it tried to create creators from GitHub activity. Errors were of some form "Quota exceeded error" (I later fixed the issue and didn't copy the logs).
After a while I found a section in the "Application" tab of developer tools that displayed the used space and the max quota (the max quota then was 701KB). After some searching I found that Chrome allocates DB quota according to free space available, so I cleared some space on my hard drive (which had less than 1GB remaining) after which it then showed:
Screenshot of the background page log:
Proposed solution
If the quota is exceeded, send a notification to the user and tell them to make space on the harddrive.
The text was updated successfully, but these errors were encountered: