Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

সহায়তা খুঁজুন

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

আরও জানুন

Why I get: DOMException: The quota has been exceeded. ?

  • 2 উত্তরসমূহ
  • 1 এই সমস্যাটি আছে
  • 981 দেখুন
  • শেষ জবাব দ্বারা FredMcD

more options

Hello. I need help with: `DOMException: The quota has been exceeded.` I'm trying to use IndexedDB. However, the code is requesting persistent storage: `await window.navigator.storage.persist();` (and this is returning true) This website is only storing about 8MB of data and I have a different website storing 200MB of data (userscript) The storage medium still has 140GB available. What quota did I exceed? If this is the wrong place, please direct me to the right place

Hello. I need help with: `DOMException: The quota has been exceeded.` I'm trying to use IndexedDB. However, the code is requesting persistent storage: `await window.navigator.storage.persist();` (and this is returning true) This website is only storing about 8MB of data and I have a different website storing 200MB of data (userscript) The storage medium still has 140GB available. What quota did I exceed? If this is the wrong place, please direct me to the right place

সমাধান চয়ন করুন

I deleted both: storage/default/[website]/ls storage/default/[website]/cache

Directories, restarted the browser... Now it seems to be working. (I made a backup, btw)

প্রেক্ষাপটে এই উত্তরটি পড়ুন। 👍 0

All Replies (2)

more options

চয়ন করা সমাধান

I deleted both: storage/default/[website]/ls storage/default/[website]/cache

Directories, restarted the browser... Now it seems to be working. (I made a backup, btw)

brunoais দ্বারা পরিমিত

more options

That was very good work. Well Done. Please flag your last post as Solved Problem as this can help others with similar problems.