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?
javascript security google-chrome google-chrome-devtools svg
Sunyoung kim
source share