Closed wyattjoh closed 11 years ago
This appears to be related to http://stackoverflow.com/questions/2704929/uncaught-error-security-err-dom-exception-18-when-i-try-to-set-a-cookie
Does this only appear on localhost?
I've linked the address dev.com to 127.0.0.1 via my hosts file and I get the same result. I havent had a chance to deploy it yet to an actual server, although it should work.
What browser/OS?
Mac OS X 10.8.3 and Google Chrome 26.0.1410.65.
Great, I'll take a look and let you know what I find. Are you seeing this as well with the standard javascript SDK or just with the django version?
I took the stock demo from git, loaded it up, and thats the error I had.
Fixed
Whenever I take the demo, and run it on my local server, I can pull up the upload dialoge, but it keeps throwing a javascript error when i select the file to upload:
Uncaught Error: SecurityError: DOM Exception 18
Which then freezes the page at a spinning uploading screen. My API key has been entered as well.