Does anyone know the solution to this? I am new to this and learning. I am on Macbook Air m1.
- This is the end code while running
dfx start
in the terminal:
thread 'replica-actor' panicked at 'called
Result::unwrap()
on anErr
value: Cannot start the replica: Timeout', src/dfx/src/actors/replica.rs:279:78
note: run withRUST_BACKTRACE=1
environment variable to display a backtrace
- This is what happens while running
dfx deploy
in terminal:
Error: An error happened during communication with the replica: error sending request for url (http://127.0.0.1:8000/api/v2/status): error trying to connect: tcp connect error: Connection refused (os error 61)
Does anyone know anything about this?