BilalAbbasi Posted January 1, 2020 Report Posted January 1, 2020 Hi Users, I am trying to build monster-ui from source. I have cloned the monster-ui repo, and executed 'npm install' and 'gulp' commands successfully. But when i try to open UI i get .css errors, and UI does not render correctly. PFA. Can someone guide me whats the issue. Regards Abbasi
fmateo05 Posted January 1, 2020 Report Posted January 1, 2020 You must compile monster-ui apps also (put the source inside src/apps/) and run the same gulp command again
BilalAbbasi Posted January 16, 2020 Author Report Posted January 16, 2020 @fmateo05 Thanks for your reply, but i did not get that 100%, can you please elaborate that little more to me, what folder i need to copy inside src/aps/ and then run gulp command. Regards Abbasi
BilalAbbasi Posted January 16, 2020 Author Report Posted January 16, 2020 I might need to be in another thread, but i added few extra apps via up crossbar_maintenance init_apps /var/www/html/monster-ui/apps http:X.X.X.X:8000/v2 command, and i can see those apps getting added in monster-ui as well. But when i try to open/click them, it show me attached error on console. Any reason what needs to be done to properly load them
fmateo05 Posted January 16, 2020 Report Posted January 16, 2020 2 hours ago, BilalAbbasi said: @fmateo05 Thanks for your reply, but i did not get that 100%, can you please elaborate that little more to me, what folder i need to copy inside src/aps/ and then run gulp command. Regards Abbasi $ cp -a monster-ui-voip <monster-ui-source-folder>/src/apps $ cd monster-ui ; gulp
BilalAbbasi Posted January 16, 2020 Author Report Posted January 16, 2020 Thanks @fmateo05i got it working, can you please guide me how to get carrier, branding and callcenter app working. I have attached the error that i see on console as well. really appreciate you help Regards Abbasi
Recommended Posts