You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INSTAPY_FOLDER=/home/user/InstaPy
ALLOWED_HOSTS=http://localhost:3000 http://10.xxx.xxx.xxx:3000
REACT_APP_API_ENTRY_POINT=http://localhost:3001
# Node port
NODE_PORT=3001
# ReactJS Create APP port
PORT=3000
screen -R DASH
user@test5:~/instapy-dashboard$ npm start
> instapy-dashboard@0.3.0 start /home/user/instapy-dashboard
> concurrently --kill-others-on-fail "react-scripts start" "npm run server"
[1]
[1] > instapy-dashboard@0.3.0 server /home/user/instapy-dashboard
[1] > node ./src/services/server.js
[1]
[1] RESTful API running on port: 3001
[1] Executing (default): SELECT 1+1 AS result
[1] Connection has been established successfully.
[0] Starting the development server...
[0]
d[0] Compiled successfully!
[0]
[0] You can now view instapy-dashboard in the browser.
[0]
[0] Local: http://localhost:3000/
[0] On Your Network: http://10.xxx.xxx.xxx:3000/
[0]
[0] Note that the development build is not optimized.
[0] To create a production build, use npm run build.
Ubuntu 18.04.3 LTS
nodejs v11.15.0
.env
screen -R DASH
InstaPy instance running under a different screen
Any idea what I did wrong?
The text was updated successfully, but these errors were encountered: