turtle-gambit icon indicating copy to clipboard operation
turtle-gambit copied to clipboard

Control panel error

Open Micah-Gober opened this issue 4 years ago • 2 comments

When i run it chrome opens saying localhost refused to connect

Micah-Gober avatar Jan 14 '21 04:01 Micah-Gober

There are two processes you need; start the server in /frontend first, then the main server. The backend code will open a browser window for you, but will fail if the frontend isn't running

LeightonSmallshire avatar Jan 15 '21 03:01 LeightonSmallshire

There are two processes you need; start the server in /frontend first, then the main server. The backend code will open a browser window for you, but will fail if the frontend isn't running

I'm having the same problem, only thing is that the server in /frontend is already started, but the browser seems to be unable to connetct.

Quick Edit: looks like I was missing @types/react, installed with npm install --save @types/react

Beduzzimov avatar Jun 05 '21 11:06 Beduzzimov