Connection Refused - wallet extension blueprint

I’m building the wallet from this tutorial https://www.youtube.com/watch?v=2ZYtqX4rOAU&list=WL&index=4

I’m in the final version and have added the .env file with my moralis api key. I start the app with npm run start and am able to create a new wallet and login with seed phrase but then once in the main part of the wallet I just have a spinner where the onchain data should be coming in.

In dev tools I am getting the following
https://www.awesomescreenshot.com/image/44662821?key=0ad0e55dd36231d7dbdaf25a3c08c2d9

Any assistance is appreciated.

ID10T ERROR - I had not ran npm i in the backend folder and then node index.js to start the express server. No server, no port, no connection. Duh.

Hi @charles

Is it resolved after starting the server?