Getting an window.DatArchive.load is not a function
Error
#37
Labels
good first issue
Good for newcomers
window.DatArchive.load is not a function
Error
#37
I’m running Firefox 69.0 (64-bit) with an up-to-date version of the Add-on. When visiting my app on
localhost:3000
I’m getting the error messagewindow.DatArchive.load is not a function
. (I tried running the app on a different port, didn’t change anything.)The
window.DatArchive
exists and some of my functionality worked until I got to the page that uses the.load
method. I should note that the app runs properly in the Beaker browser.The setup page says everything is working fine:
I even tried setting the
Dat gateway Address
tolocalhost:3016
since3000
seems to be the default.Visiting or trying to do a cURL on this port returns the message:
TypeError: Cannot read property 'replace' of null
Let me know if there’s any other information I could provide.
The text was updated successfully, but these errors were encountered: