Wade Barnes

Results 404 comments of Wade Barnes

If you continue to have that issue you can try running `./manage down` to reset the `von-network` instance: ``` ./manage down ./manage start ```

The recommended approach on Windows 10 is to use Docker Desktop. It supports either Hyper-V or WSL-2 based docker containers. I'm on Windows 10 and I use `von-network` a lot....

I think you're running into a volume mounting issue. Try the solution here; https://github.com/bcgov/von-network/issues/107#issuecomment-601896309

Duplicates https://github.com/bcgov/von-network/issues/182

@SwapnaliDive20, Are you using `von-network` for the remote ledger instance, or are you just wanting to use the ledger browser portion of `von-network` for your remote ledger instance?

@SwapnaliDive20, The easiest way to accomplish this is to publish the `pool_transactions_genesis` file for you're network on a URL, and then run the `von-network` ledger browser using docker. Example of...

@andrewwhitehead, Any initial thoughts on a fix or where someone could start?

@Aberasturi, I've seen it run for months without issue, and I've seen it run into issues within a matter of weeks. It varies.

Make sure you are using the latest version of `von-network`. Also, please provide details of what commands you are running, and provide the complete log output in text format for...

The webserver is trying to connect to the node pool before the pool has finished initializing. This can happen on first startup. In this case a `./manage stop` (NOT `down`...