Hello everyone,
I am using Motoko I did see in some documentation that they had deprecated the local check I am not sure if this is related to my problem another thought I had was maybe switching over to Rust let me know what you guys think or how I can possibly get this going
terminal says
[webpack-dev-server] [HPM] Error occurred while proxying request localhost:8080/api/v2/status to localhost:4943/api/v2/status [EHOSTUNREACH] (Errors | Node.js v20.3.1 Documentation)
my HAR console says
index.js:265 GET http://localhost:8080/api/v2/status 500 (Internal Server Error)
status @ index.js:265
fetchRootKey @ index.js:276
createActor @ index.js:20
./src/declarations/token/index.js @ index.js:38
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/components/Balance.jsx @ App.jsx:13
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/components/App.jsx @ value.js:388
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/index.jsx @ Transfer.jsx:20
webpack_require @ bootstrap:24
(anonymous) @ startup:6
(anonymous) @ startup:6
index.js:551 [webpack-dev-server] Hot Module Replacement enabled.
index.js:21 Unable to fetch root key. Check to ensure that your local replica is running
(anonymous) @ index.js:21
Promise.catch (async)
createActor @ index.js:20
./src/declarations/token/index.js @ index.js:38
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/components/Balance.jsx @ App.jsx:13
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/components/App.jsx @ value.js:388
webpack_require @ bootstrap:24
fn @ hot module replacement:61
./src/token_assets/src/index.jsx @ Transfer.jsx:20
webpack_require @ bootstrap:24
(anonymous) @ startup:6
(anonymous) @ startup:6
index.js:22 Error: Server returned an error:
Code: 500 (Internal Server Error)
Body: Error occurred while trying to proxy: localhost:8080/api/v2/status
at HttpAgent.status (index.js:267:1)
at async HttpAgent.fetchRootKey (index.js:276:1)