samuk190 / localbase

A Firebase-Style Database ... Offline!
649 stars 83 forks source link

localbase fails to add records on Opera #5

Closed dantrevino closed 3 years ago

dantrevino commented 3 years ago

To be up front, I'm not sure if this is really an Opera issue, but thought I'd raise it here, even if just for awareness.

db.collection("foo").add(bar) fails in add.js line 19.

I do not see the same behavior in current versions of chrome or chromium.

version info: Version:72.0.3815.148 Opera is up to date Update stream:Stable System:Ubuntu 20.04.1 LTS (x86_64; ubuntu:GNOME)

dannyconnell commented 3 years ago

Hi Dan,

Could you please paste the object you are trying to add to the collection?

I'm wondering if this only happens under certain conditions regarding the object.

Cheers,

Danny

dantrevino commented 3 years ago

Sorry, user error. Ad block is on by default. Disabling that made everything work fine. Apologies.