Open wtaverni opened 10 months ago
We have updated the portal (Maybe the connect button does some weird things when it is double clicked) In this version we disabled the button until the login procedure is completed. -Make sure that you type your host's ip (not localhost) to the browser. -Before re-installing run docker-compose down -v -Clear the metamask activity and nonce data between fresh installations
After pulling the latest version, docker-compose down -v
, running docker compose up -d --build
and using IP address instead of localhost, I still get the error:
Network Error AxiosError: Network Error at XMLHttpRequest.handleError (http://192.168.50.91:3000/static/js/bundle.js:53043:14)
I successfully installed the platform and get all 4 containers running after docker compose. I then created the metamask account according to the first video here, but I get an error when I then try to connect in the portal website (action at 2:45 in the first video).
Uncaught runtime errors:
My network connection is working fine.
Any idea on how to resolve this?
Thanks!
Wouter
NOTE: I had to add the line "platform: linux/amd64" for the oasees_blockchain container in the docker-compose.yaml on M1 macbook.