Hi everyone,
I’ve been doing some testing following up the README, using Linux and Bootstrapping a testing environment via Docker.
So, everything good if following up instructions for example when starting a local replica instance it prints the dashboard URL: http://localhost:8000/_/dashboard
Even running the setup locally seems to finish with no problem running:
docker exec -it $SNS_TESTING_INSTANCE bash setup_locally.sh
The first problem I’m facing is that after this you can access the NNS frontend dapp locally in here:
http://qsgjb-riaaa-aaaaa-aaaga-cai.localhost:8080/
But for some reason, it comes with some errors.
The first one is this
There was an unexpected error while loading the summaries of all deployed projects. Error converting data from aggregator canister
This just comes out of the box without signing in with Internet Identity, but then later I get more errors:
There was an unexpected error while loading the summaries of all deployed projects. Error converting data from aggregator canister
I was wondering if this is normal, even after following instructions and deploying the docker without any errors on console.
I also did try with the special instructions for Apple silicon users, but having the same result.
Other steps on the README might work, but I’m getting stuck at the NNS frontend dapp to be able to test the process.
Any help is much appreciated!
Thanks