You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1661774423157: proxy set called with prop = ["1660733927552"]
1661774423157: getProps called for ["1660733927552"]
1661774423158: obj={"firstName":"May","lastName":"Ry","gender":"Male","phone":0}
It worked and I could see IndexedDB got populated with the record.
But this doesn't work when the website runs on remote server and accessed through a custom domain name.
I got exactly the same logging output ('proxy set called with prop' ...) but the IndexedDB just didn't get populated at all. This is very strange. Is there any way to troubleshoot?
The text was updated successfully, but these errors were encountered:
Hi - let's eliminate one potential issue - can you make sure you're using the very latest versions of DPP (2.6.0) and QOper8-ww (2.6.2). There was a change I made to the "this" context when running a WebWorker message type handler script in QOper8-ww which has to be matched in DPP. Using a mismatched combination of DPP and QOper8 versions would certainly cause the kind of fault you've described. Let me know if you still have the issue after checking the versions (take a look in the package.json files for the version numbers)
Hi,
I'm looking for help in troubleshooting. The browser code is very simple and it worked when I run my website hosted in localhost.
I got these logs
It worked and I could see IndexedDB got populated with the record.
But this doesn't work when the website runs on remote server and accessed through a custom domain name.
I got exactly the same logging output ('proxy set called with prop' ...) but the IndexedDB just didn't get populated at all. This is very strange. Is there any way to troubleshoot?
The text was updated successfully, but these errors were encountered: