as the title says, since yesterday my localhost is also behaving weirdly.
Uncaught (in promise) Error: Server returned an error:
Code: 504 (Gateway Timeout)
Body: Error occured while trying to proxy to: localhost:8080/api/v2/canister/rrkah-fqaaa-aaaaa-aaaaq-cai/call
at HttpAgent.call (index.js:134)
at async caller (actor.js:174)
at async HTMLButtonElement.<anonymous> (index.js:452)
logs from npm
[HPM] Error occurred while trying to proxy request /api/v2/status from localhost:8080 to http://localhost:8000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
[HPM] Error occurred while trying to proxy request /api/v2/canister/rrkah-fqaaa-aaaaa-aaaaq-cai/call from localhost:8080 to http://localhost:8000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
[HPM] Error occurred while trying to proxy request /api/v2/canister/rrkah-fqaaa-aaaaa-aaaaq-cai/call from localhost:8080 to http://localhost:8000 (ECONNREFUSED) (https://nodejs.org/api/errors.html#errors_common_system_errors)
is anyone else facing this issue?
I have not configured the canister rrkah-fqaaa-aaaaa-aaaaq-cai anywhere
Why would the connection be refused in my local set up?