Upload a file (most likely 10mb+, file yielding this error was 11.5mb on Brave + Linux (penguin) on ChromeOS, latest available versions for all – it's a pretty gnarly setup, I know, but I think this'll be an issue anyway)
Brings up this result in the console:
Uncaught (in promise) QuotaExceededError: Failed to execute `setItem` on 'Storage': Setting the value of 'appSageStorage' exceeded the quota.
@sam131102 based on the error message I am seeing here, this potentially also means localStorage has a built-in 10mb size limit. For monetization reasons, maybe this is a "feature" and not a bug where we can offer more expansive storage alternatives as part of the business model. Perhaps we discuss later, I don't want to shoot ourselves in the foot and not have any way to keep our bills paid.
Otherwise, we get an error:
Steps to reproduce:
Brings up this result in the console:
@sam131102 based on the error message I am seeing here, this potentially also means
localStorage
has a built-in 10mb size limit. For monetization reasons, maybe this is a "feature" and not a bug where we can offer more expansive storage alternatives as part of the business model. Perhaps we discuss later, I don't want to shoot ourselves in the foot and not have any way to keep our bills paid.