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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: