Failed to clear temporary storage: SecurityError in Chrome

Is there anyone who saw this error?

Failed to empty the temp repository: it was determined that some files are not safe to access in a web application or that too many calls are being made to file resources. SecurityError

Now I am writing svg files to the dist / static directory using gulp and rendering some svg images on the map.

Last time I clicked on a map (svg images are map markers) so many times in a row, and then chrome threw this error

After that, I can no longer find these svg resources in the Sources tab. But I see that these svg files are successfully transferred to the dist / static folder in my local directory.

I tried this

1) Remote chrome and reinstall

  • ~/Library/Application Support/Google
  • ~/Library/Caches (deleted all the google data)
  • ~/Library/Preferences (deleted all the google data)
  • ~/Library/Google

2) Created a directory with a different name and transferred the svg files to this folder

But still not working. It is strange that 2 svg stored in different directories work. (My svg files (map markers) were rendered long before I received this error.)

Is there anyone who solved this problem?

+7
javascript security google-chrome google-chrome-devtools svg
source share

No one has answered this question yet.

See similar questions:

36
Failed to clear temporary storage

or similar:

1554
Disabling Chrome Web Site Cache
1403
Disable same origin policy in Chrome
1347
How should I adhere to the ethical approach to the storage of user passwords for subsequent open search?
1153
How to force ASP.NET Web API to return JSON instead of XML using Chrome?
1058
Getting Chrome to accept a self-signed local certificate
949
How to remove border (contour) around text / input fields? (Chromium)
697
See the β€œFreeze Status” section of the Chrome Developer Tools.
442
How to Move Chrome Tools
413
How to disable JavaScript in Chrome Developer Tools?
402
How to run JavaScript debugger in Google Chrome?

All Articles