Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quota Exceeded Error #48

Closed
houshuang opened this issue Oct 2, 2017 · 4 comments
Closed

Quota Exceeded Error #48

houshuang opened this issue Oct 2, 2017 · 4 comments

Comments

@houshuang
Copy link

I am testing an app with a few hundred users, using Timesync, and a minority of users (on iOS 10, Safari) get Quota Exceeded, Error Initializing Storage for FS.HTTP. I think there should be a fall-back for this to avoid crashing the entire app - either just storing it in a variable, rather than using local storage or what it's doing, or just not syncing the time at all, but at least not crashing the app.

@mizzao
Copy link
Collaborator

mizzao commented Oct 2, 2017

This package doesn't use LocalStorage so I think something else in your app is causing the error.

@mizzao mizzao closed this as completed Oct 2, 2017
@houshuang
Copy link
Author

So this is not from your package?

screen shot 2017-10-02 at 17 09 20

@mizzao
Copy link
Collaborator

mizzao commented Oct 2, 2017

Nope. My best guess is CollectionFS:

https://github.com/CollectionFS/Meteor-CollectionFS/blob/b9af68a1e28e348a5ca97e52311bca3941c07aff/packages/access-point/access-point-client.js#L41

You should tell them to use this package instead :)

@houshuang
Copy link
Author

houshuang commented Oct 2, 2017 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants