cd client/
npm start
cd server/
npm start
Due to this issue, run the following to get the IP address for Postman. Set that value in client/src/config.ts
(WS_URL
value).
ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'
cd client/
npm start
cd server/
npm start
Due to this issue, run the following to get the IP address for Postman. Set that value in client/src/config.ts
(WS_URL
value).
ip addr show eth0 | grep -oP '(?<=inet\s)\d+(\.\d+){3}'