Connection Refused Error, any ideas anyone?

Request(
Error(
Hyper(
Error(
Connect,
Os {
code: 61,
kind: ConnectionRefused,
message: “Connection refused”,
},
),
),
http://127.0.0.1:8000/api/v1/submit”,

1 Like

did you run dfx start && dfx canister install —all inside your project folder and used the canister id that’s being print on your terminal?

2 Likes

No, I forgot about it.

1 Like

so that solves your problem? :slight_smile:

Yes, it does! Thank you.

1 Like