converge / instapy-dashboard

(discontinued) InstaPy Dashboard developed using React.js and Node.js
GNU Affero General Public License v3.0
218 stars 44 forks source link

SERVER.JS SPLIT PROBLEM (UBUNTU) #43

Open AntoineIN opened 4 years ago

AntoineIN commented 4 years ago

Hi,

I installed instapy-dashboard correctly. I put the .env file at the root folder. Everything is fine at this point on my VPS (Ubuntu 18.04).

But when i try "npm start" i got this error :

TypeError: Cannot read property 'split' of undefined [1] at Object. (/root/instapy-dashboard/src/services/server.js:10:48) [1] at Module._compile (module.js:652:30) [1] at Object.Module._extensions..js (module.js:663:10) [1] at Module.load (module.js:565:32) [1] at tryModuleLoad (module.js:505:12) [1] at Function.Module._load (module.js:497:3) [1] at Function.Module.runMain (module.js:693:10) [1] at startup (bootstrap_node.js:188:16) [1] at bootstrap_node.js:609:3

Any idea ?

Thanks