Error on loading JS IPFS on the Browser

I have tried to run a IPFS node on the browser but I keep getting this error:
Untitled

I first tried using the “script-tag” example, but it also happens running the “browserify” example too.

js-IPFS stores it’s data in indexdb in the browser - from the error message it looks like you have denied it access to the database. Please check your browser settings.