DemocracyEarth / wallet

Censorship resistant democracies.
https://democracy.earth
MIT License
1.5k stars 286 forks source link

Can't deploy sovereign locally #516

Closed Troublor closed 3 years ago

Troublor commented 4 years ago

This is a (Bug Report / Feature Proposal)

:tophat: Description

For bug reports:

For feature proposals:

:pushpin: Related issues

:clipboard: Additional Data

santisiri commented 4 years ago

Have you tried with the latest version currently available on master ?

We deprecated the use of Infura and are now working with Graph Protocol.

Troublor commented 4 years ago

@santisiri Yes, I have tried the latest version currently on master, I found the problem is about the template. The template path specified in settings.json here actually does not exist. When I change the path to /templates/daoverse/daoversese.json problems solved.

Is this a mistake putting a wrong template path here?

santisiri commented 4 years ago

Clearly we should definitely update the template route on the default settings, thanks for noticing that!

Troublor commented 4 years ago

@santisiri Another problem is that after the website is loaded, the CONNECT WALLET button on the top right is not working. I click it and nothing happens. No errors are shown in the console.

Screenshot 2020-08-12 at 17 18 21

Any reason for this?

santisiri commented 4 years ago

That might have to do with Web3 Modal.

Btw, we just merged a new version of the Dapp, now outstripped from meteor/mongo that runs on plain react. You can find this last release on master