-
Notifications
You must be signed in to change notification settings - Fork 15
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
localStorage.setItem throws QuotaExceededError when opening issue cards #378
Comments
I should note, that this is an issue even on projects that have only a couple repos added, but I see it if I have multiple projects open in separate tabs. This issue is making Codetree basically unusable for large-scale change planning. The best I can do is to create the issues I need across repos in the master project, but then I have to go into the individual repos to see & edit the issues. |
Same thing happens using Google Chrome in my end. I'm receiving the following errors: 1.https://codetree.com/projects/icBG/issues/ISSUE_NUMBER/edit 500 (Internal Server Error) EDIT: Solved for me. |
This is still an issue for me. It is VERY annoying as it actively prevents work from happening. Is there a resolution for this coming soon? |
@ac21 any idea if this will be fixed soon? I'm really struggling to continue justifying this product to my team because the combo projects are just not usable for some people because of this. |
Appears to be solved on Safari as well. Will re-open if I observe the same failure again. |
This is still happening. Not as much, but I still routinely have this happen when I do things like open two separate tabs that have different project boards showing (ie. very common PM workflow). Error is still the same:
Only fix once Codetree hits this state it is to clear all data for the page in the browser, and start over. |
This is still an issue I hit regularly. It's this line of code in
@ac21 is there any progress on fixing this? |
We have a couple larger boards that aggregate a lot of repos together. Using these in Safari is impossible. Every time I click an issue to see the card, it just "loads forever". The console reports a
QuotaExceededError
with something that is trying to be set in LocalStorage.The text was updated successfully, but these errors were encountered: