amark on master
add options argument to set/put… (compare)
amark on master
Add git to Dockerfile apks (#10… (compare)
amark on master
Fixing non-existent err variabl… (compare)
amark on master
Improving websocket retry logic… (compare)
amark on master
Rename emoji to emoji.html (compare)
amark on master
Create emoji (compare)
null
updates? What version?
Hi, I am very new to Gun and hoping to get some useful advice for my issue.
I am getting QuotaExceededError when I add data with more than 10mb and I assume this is because Gun uses localstorage.
However, in my understanding, Gun uses indexdb which can accomodate much more than 10mb. So I explicitly disable localstorage with
const gunDB = Gun({
localStorage: false
})
Now, I am getting multiple error messages below
{
"err": "Error: No ACK yet.",
"lack": true
}
Am I missing some module that is required by indexdb plugin? My import statement is like below.
import Gun from 'gun'
import 'gun/sea.js'
import 'gun/lib/radix.js'
import 'gun/lib/radisk.js'
import 'gun/lib/store.js'
import 'gun/lib/rindexed.js'
Could somebody pinpoint what I am doing wrong?
ca7202bf294b: Pull complete
Digest: sha256:f0f67072fa4a72c7ce2923c08582eb08d5846258ce1d23f739fa4349d82cf91c
Status: Downloaded newer image for notabug/nab:latest
---START---
Hello wonderful person! :) Thanks for using GUN, feel free to ask for help on https://gitter.im/amark/gun and ask StackOverflow questions tagged with 'gun'!
/notabug/server-build/index.js:116
throw error;
^
ReferenceError: navigator is not defined
at Object.parcelRequire.raSv../hooks (/notabug/server-build/index.js:5710:19)
at newRequire (/notabug/server-build/index.js:47:24)
at localRequire (/notabug/server-build/index.js:53:14)
at Object.parcelRequire.r56j../hooks (/notabug/server-build/index.js:5833:28)
at newRequire (/notabug/server-build/index.js:47:24)
at localRequire (/notabug/server-build/index.js:53:14)
at Object.parcelRequire.V7B4./Auth (/notabug/server-build/index.js:7531:15)
at newRequire (/notabug/server-build/index.js:47:24)
at localRequire (/notabug/server-build/index.js:53:14)
at Object.parcelRequire.Qlyb./NabContext (/notabug/server-build/index.js:8277:16)