Unable to get post after posting

please i do not know what i am doing wrong, i have been unable to get posts after posting… but when i check on my server the post is right there

not entirely sure, need more details on this :raised_hands:

tell me the kind of details needed, i have been facing this issue for almost 48 hours , i do not know where i gone wrong

what it the line of code from your code that generates that error?

if i know the line of code that generate the error i would have fixed it up, even in my react-native-boilerplate i still get the same error “provider not set or invalid” in my console

please someone should please help me out

Hmmm, Provider is the instance the libary uses to talk with the blockchain. Since provider is generated and set when you login. First, check if you can login properly. You can do this by doing

Moralis.current.User()
or 
isAuthenticated from useMoralis

Let’s try be checking this, and go from there

yes i can login easily, once i am logged , i can post and i see ‘success’ instead of seeing the posts that i just posted it will return “provider not set or invalid”.

when i go to my moralis dashboard server i can find all my posts there

here is an example below


and this is the link to the post
https://ipfs.moralis.io:2053/ipfs/QmPQLcpuYGqoDeMij2zBH1RtvwC1eXguPVGeuCtMcvCotZ

and here is what i found in console

from that error it looks like server url has a space at the beginning

please i do not understand

it looks like server url is an invalid string

but i got the url from moraris server

Maybe it was not pasted correctly, maybe has extra characters.

can you please give me a hint on how i can past it
this is my setup

REACT_APP_MORALIS_APPLICATION_ID= qu3ZIYIRsUwOD0dHJxuqoiypdjori3hi9nkGiZ1M
REACT_APP_MORALIS_SERVER_URL= https://eiaj3fdspudf.usemoralis.com:2053/server

you could try like this:

REACT_APP_MORALIS_APPLICATION_ID=qu3ZIYIRsUwOD0dHJxuqoiypdjori3hi9nkGiZ1M
REACT_APP_MORALIS_SERVER_URL=https://eiaj3fdspudf.usemoralis.com:2053/server

i am still getting the same exact error

Maybe the changes didn’t take effect. Did you restart the very thing? Or maybe there were multiple errors. What is the error now?

Unhandled Rejection (Error): Provider not set or invalid

:arrow_forward: 25 stack frames were collapsed.

(anonymous function)

C:/Users/HP/src/hooks/useMoralis/_useMoralisInit.ts:77

  74 |     masterKey,  75 |     plugins,  76 |   });> 77 |   setIsInitializing(false);     | ^  78 |   setIsInitialized(true);  79 | },  80 | [],

View compiled

▼ 3 stack frames were expanded.

step

C:/Users/HP/node_modules/tslib/tslib.es6.js:102

next

C:/Users/HP/node_modules/tslib/tslib.es6.js:83

fulfilled

C:/Users/HP/node_modules/tslib/tslib.es6.js:73

What you see now in your browser console?

errors.js:39

   Uncaught (in promise) Error: Provider not set or invalid
at Object.InvalidProvider (errors.js:39:1)
at RequestManager.push../node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send (index.js:147:1)
at sendRequest (index.js:615:1)
at Eth.send [as getBlock] (index.js:647:1)
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:468:1)
at new Registry (Registry.js:38:1)
at ENS.get [as registry] (ENS.js:41:1)
at JSON.stringify (<anonymous>)
at Object.parseData (<anonymous>:8:116)
at <anonymous>:10:2186
at Array.reduce (<anonymous>)
at <anonymous>:10:2114
at i (<anonymous>:10:2685)
at <anonymous>:10:2972
at _ (<anonymous>:10:3098)
at <anonymous>:10:3342
at <anonymous>:347:34
at Array.map (<anonymous>)
at Object.emit (<anonymous>:347:24)
at attachRenderer (react_devtools_backend.js:15278:12)
at react_devtools_backend.js:15290:5
at Map.forEach (<anonymous>)
at initBackend (react_devtools_backend.js:15289:18)
at setup (react_devtools_backend.js:12202:3)
at welcome (react_devtools_backend.js:12148:3)

InvalidProvider @ errors.js:39
push…/node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send @ index.js:147
sendRequest @ index.js:615
send @ index.js:647
push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:468
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
postMessage (async)
sayHelloToBackend @ contentScript.js:100
(anonymous) @ contentScript.js:148
setInterval (async)
113 @ contentScript.js:144
webpack_require @ contentScript.js:20
(anonymous) @ contentScript.js:84
(anonymous) @ contentScript.js:87
errors.js:39

   Uncaught (in promise) Error: Provider not set or invalid
at Object.InvalidProvider (errors.js:39:1)
at RequestManager.push../node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send (index.js:147:1)
at sendRequest (index.js:615:1)
at Eth.send [as getBlock] (index.js:647:1)
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:468:1)
at new Registry (Registry.js:38:1)
at ENS.get [as registry] (ENS.js:41:1)
at ENS.get [as resolverMethodHandler] (ENS.js:47:1)
at JSON.stringify (<anonymous>)
at Object.parseData (<anonymous>:8:116)
at <anonymous>:10:2186
at Array.reduce (<anonymous>)
at <anonymous>:10:2114
at i (<anonymous>:10:2685)
at <anonymous>:10:2972
at _ (<anonymous>:10:3098)
at <anonymous>:10:3342
at <anonymous>:347:34
at Array.map (<anonymous>)
at Object.emit (<anonymous>:347:24)
at attachRenderer (react_devtools_backend.js:15278:12)
at react_devtools_backend.js:15290:5
at Map.forEach (<anonymous>)
at initBackend (react_devtools_backend.js:15289:18)
at setup (react_devtools_backend.js:12202:3)
at welcome (react_devtools_backend.js:12148:3)

InvalidProvider @ errors.js:39
push…/node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send @ index.js:147
sendRequest @ index.js:615
send @ index.js:647
push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:468
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
postMessage (async)
sayHelloToBackend @ contentScript.js:100
(anonymous) @ contentScript.js:148
setInterval (async)
113 @ contentScript.js:144
webpack_require @ contentScript.js:20
(anonymous) @ contentScript.js:84
(anonymous) @ contentScript.js:87
Main.jsx:9 []
Main.jsx:9 (3) [{…}, {…}, {…}]
Main.jsx:9 (3) [{…}, {…}, {…}]
errors.js:39

   Uncaught (in promise) Error: Provider not set or invalid
at Object.InvalidProvider (errors.js:39:1)
at RequestManager.push../node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send (index.js:147:1)
at sendRequest (index.js:615:1)
at Eth.send [as getBlock] (index.js:647:1)
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:468:1)
at new Registry (Registry.js:38:1)
at ENS.get [as registry] (ENS.js:41:1)
at JSON.stringify (<anonymous>)
at Object.parseData (<anonymous>:8:116)
at <anonymous>:10:2186
at Array.reduce (<anonymous>)
at <anonymous>:10:2114
at i (<anonymous>:10:2685)
at Object.t.onCommitFiberRoot.t.onCommitFiberRoot (<anonymous>:10:3077)
at onCommitRoot (react-dom.development.js:11137:1)
at commitRootImpl (react-dom.development.js:23261:1)
at unstable_runWithPriority (scheduler.development.js:468:1)
at runWithPriority$1 (react-dom.development.js:11276:1)
at commitRoot (react-dom.development.js:22990:1)
at performSyncWorkOnRoot (react-dom.development.js:22329:1)
at react-dom.development.js:11327:1
at unstable_runWithPriority (scheduler.development.js:468:1)
at runWithPriority$1 (react-dom.development.js:11276:1)
at flushSyncCallbackQueueImpl (react-dom.development.js:11322:1)
at flushSyncCallbackQueue (react-dom.development.js:11309:1)
at scheduleUpdateOnFiber (react-dom.development.js:21893:1)
at dispatchAction (react-dom.development.js:16139:1)
at _useMoralisInit.ts:77:1
at step (tslib.es6.js:102:1)
at Object.next (tslib.es6.js:83:1)
at fulfilled (tslib.es6.js:73:1)

InvalidProvider @ errors.js:39
push…/node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send @ index.js:147
sendRequest @ index.js:615
send @ index.js:647
push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:468
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
step @ tslib.es6.js:75
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
(anonymous) @ _useMoralisInit.ts:45
(anonymous) @ _useMoralisInit.ts:88
invokePassiveEffectCreate @ react-dom.development.js:23487
callCallback @ react-dom.development.js:3945
invokeGuardedCallbackDev @ react-dom.development.js:3994
invokeGuardedCallback @ react-dom.development.js:4056
flushPassiveEffectsImpl @ react-dom.development.js:23574
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushPassiveEffects @ react-dom.development.js:23447
performSyncWorkOnRoot @ react-dom.development.js:22269
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
unbatchedUpdates @ react-dom.development.js:22438
legacyRenderSubtreeIntoContainer @ react-dom.development.js:26020
render @ react-dom.development.js:26103
(anonymous) @ index.js:25
./src/index.js @ index.js:30
webpack_require @ bootstrap:851
fn @ bootstrap:150
1 @ style.css?cc85:82
webpack_require @ bootstrap:851
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.chunk.js:1
errors.js:39

   Uncaught (in promise) Error: Provider not set or invalid
at Object.InvalidProvider (errors.js:39:1)
at RequestManager.push../node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send (index.js:147:1)
at sendRequest (index.js:615:1)
at Eth.send [as getBlock] (index.js:647:1)
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:468:1)
at new Registry (Registry.js:38:1)
at ENS.get [as registry] (ENS.js:41:1)
at ENS.get [as resolverMethodHandler] (ENS.js:47:1)
at JSON.stringify (<anonymous>)
at Object.parseData (<anonymous>:8:116)
at <anonymous>:10:2186
at Array.reduce (<anonymous>)
at <anonymous>:10:2114
at i (<anonymous>:10:2685)
at Object.t.onCommitFiberRoot.t.onCommitFiberRoot (<anonymous>:10:3077)
at onCommitRoot (react-dom.development.js:11137:1)
at commitRootImpl (react-dom.development.js:23261:1)
at unstable_runWithPriority (scheduler.development.js:468:1)
at runWithPriority$1 (react-dom.development.js:11276:1)
at commitRoot (react-dom.development.js:22990:1)
at performSyncWorkOnRoot (react-dom.development.js:22329:1)
at react-dom.development.js:11327:1
at unstable_runWithPriority (scheduler.development.js:468:1)
at runWithPriority$1 (react-dom.development.js:11276:1)
at flushSyncCallbackQueueImpl (react-dom.development.js:11322:1)
at flushSyncCallbackQueue (react-dom.development.js:11309:1)
at scheduleUpdateOnFiber (react-dom.development.js:21893:1)
at dispatchAction (react-dom.development.js:16139:1)
at _useMoralisInit.ts:77:1
at step (tslib.es6.js:102:1)
at Object.next (tslib.es6.js:83:1)
at fulfilled (tslib.es6.js:73:1)

InvalidProvider @ errors.js:39
push…/node_modules/moralis/node_modules/web3-core-requestmanager/lib/index.js.RequestManager.send @ index.js:147
sendRequest @ index.js:615
send @ index.js:647
push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:468
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
step @ tslib.es6.js:75
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
(anonymous) @ _useMoralisInit.ts:45
(anonymous) @ _useMoralisInit.ts:88
invokePassiveEffectCreate @ react-dom.development.js:23487
callCallback @ react-dom.development.js:3945
invokeGuardedCallbackDev @ react-dom.development.js:3994
invokeGuardedCallback @ react-dom.development.js:4056
flushPassiveEffectsImpl @ react-dom.development.js:23574
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushPassiveEffects @ react-dom.development.js:23447
performSyncWorkOnRoot @ react-dom.development.js:22269
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
unbatchedUpdates @ react-dom.development.js:22438
legacyRenderSubtreeIntoContainer @ react-dom.development.js:26020
render @ react-dom.development.js:26103
(anonymous) @ index.js:25
./src/index.js @ index.js:30
webpack_require @ bootstrap:851
fn @ bootstrap:150
1 @ style.css?cc85:82
webpack_require @ bootstrap:851
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.chunk.js:1
2ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)

push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:482
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
postMessage (async)
sayHelloToBackend @ contentScript.js:100
(anonymous) @ contentScript.js:148
setInterval (async)
113 @ contentScript.js:144
webpack_require @ contentScript.js:20
(anonymous) @ contentScript.js:84
(anonymous) @ contentScript.js:87
ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)

push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:482
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
postMessage (async)
sayHelloToBackend @ contentScript.js:100
(anonymous) @ contentScript.js:148
setInterval (async)
113 @ contentScript.js:144
webpack_require @ contentScript.js:20
(anonymous) @ contentScript.js:84
(anonymous) @ contentScript.js:87
ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)

push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:482
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
step @ tslib.es6.js:75
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
(anonymous) @ _useMoralisInit.ts:45
(anonymous) @ _useMoralisInit.ts:88
invokePassiveEffectCreate @ react-dom.development.js:23487
callCallback @ react-dom.development.js:3945
invokeGuardedCallbackDev @ react-dom.development.js:3994
invokeGuardedCallback @ react-dom.development.js:4056
flushPassiveEffectsImpl @ react-dom.development.js:23574
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushPassiveEffects @ react-dom.development.js:23447
performSyncWorkOnRoot @ react-dom.development.js:22269
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
unbatchedUpdates @ react-dom.development.js:22438
legacyRenderSubtreeIntoContainer @ react-dom.development.js:26020
render @ react-dom.development.js:26103
(anonymous) @ index.js:25
./src/index.js @ index.js:30
webpack_require @ bootstrap:851
fn @ bootstrap:150
1 @ style.css?cc85:82
webpack_require @ bootstrap:851
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.chunk.js:1
2ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)

push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:482
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
t.onCommitFiberRoot.t.onCommitFiberRoot @ VM139:10
onCommitRoot @ react-dom.development.js:11137
commitRootImpl @ react-dom.development.js:23261
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
commitRoot @ react-dom.development.js:22990
performSyncWorkOnRoot @ react-dom.development.js:22329
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
scheduleUpdateOnFiber @ react-dom.development.js:21893
dispatchAction @ react-dom.development.js:16139
(anonymous) @ _useMoralisInit.ts:77
step @ tslib.es6.js:102
(anonymous) @ tslib.es6.js:83
fulfilled @ tslib.es6.js:73
Promise.then (async)
step @ tslib.es6.js:75
(anonymous) @ tslib.es6.js:76
__awaiter @ tslib.es6.js:72
(anonymous) @ _useMoralisInit.ts:45
(anonymous) @ _useMoralisInit.ts:88
invokePassiveEffectCreate @ react-dom.development.js:23487
callCallback @ react-dom.development.js:3945
invokeGuardedCallbackDev @ react-dom.development.js:3994
invokeGuardedCallback @ react-dom.development.js:4056
flushPassiveEffectsImpl @ react-dom.development.js:23574
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushPassiveEffects @ react-dom.development.js:23447
performSyncWorkOnRoot @ react-dom.development.js:22269
(anonymous) @ react-dom.development.js:11327
unstable_runWithPriority @ scheduler.development.js:468
runWithPriority$1 @ react-dom.development.js:11276
flushSyncCallbackQueueImpl @ react-dom.development.js:11322
flushSyncCallbackQueue @ react-dom.development.js:11309
unbatchedUpdates @ react-dom.development.js:22438
legacyRenderSubtreeIntoContainer @ react-dom.development.js:26020
render @ react-dom.development.js:26103
(anonymous) @ index.js:25
./src/index.js @ index.js:30
webpack_require @ bootstrap:851
fn @ bootstrap:150
1 @ style.css?cc85:82
webpack_require @ bootstrap:851
checkDeferredModules @ bootstrap:45
webpackJsonpCallback @ bootstrap:32
(anonymous) @ main.chunk.js:1
ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)

push…/node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork @ ENS.js:482
Promise.then (async)
Registry @ Registry.js:38
get @ ENS.js:41
get @ ENS.js:47
parseData @ VM139:8
(anonymous) @ VM139:10
(anonymous) @ VM139:10
i @ VM139:10
(anonymous) @ VM139:10
_ @ VM139:10
(anonymous) @ VM139:10
(anonymous) @ VM124:347
emit @ VM124:347
attachRenderer @ react_devtools_backend.js:15278
(anonymous) @ react_devtools_backend.js:15290
initBackend @ react_devtools_backend.js:15289
setup @ react_devtools_backend.js:12202
welcome @ react_devtools_backend.js:12148
postMessage (async)
sayHelloToBackend @ contentScript.js:100
(anonymous) @ contentScript.js:148
setInterval (async)
113 @ contentScript.js:144
webpack_require @ contentScript.js:20
(anonymous) @ contentScript.js:84
(anonymous) @ contentScript.js:87
ENS.js:482

   Uncaught (in promise) Error: ENS is not supported on network private
at ENS.push../node_modules/moralis/node_modules/web3-eth-ens/lib/ENS.js.ENS.checkNetwork (ENS.js:482:1)