Psychedelic / DAB-js

JS library that wraps necessary methods to integrate DAB and its NFTs.
GNU General Public License v3.0
28 stars 19 forks source link

"ReferenceError: global is not defined" when using 'getNFTCollections' #74

Open JohnDLund opened 2 years ago

JohnDLund commented 2 years ago

Hello. I am trying to use your 'getNFTCollections' function, but I'm getting a 404-error when running my app locally:

Here is my implementation (Principal removed for privacy): image

.....dependency versions: image

.....and the error message I'm getting image

Is this anything that you've encountered before? Thanks