Closed hiddentao closed 8 years ago
I'm trying to get the filemanager running. Here is how I setup Swarm:
swarm init 1
bzz.upload()
index.html
http://localhost:32200/bzz:/<filemanager_item_hash>
The page loads with some UI, but In the JS console I get:
angular.js:11821 GET http://localhost:32200/bzzr:/ 400 (Bad Request)
Sorted it out. Made improvements in #2
I'm trying to get the filemanager running. Here is how I setup Swarm:
swarm init 1
bzz.upload()
to upload the filemanager source folder and setindex.html
as the default file.http://localhost:32200/bzz:/<filemanager_item_hash>
The page loads with some UI, but In the JS console I get: