I'm not seeing any applications in monster-ui.

And the javascript console has some interesting errors too

Looking through the request responses in firefox I see a GET request for apps_store and what appears to be a numeric cachebuster. This is the body of the response:
{"data":[],"revision":"undefined","request_id":"992292f5ef887133362fe840491aaec3","status":"success","auth_token":"f82e2637b4c8a0cc8785128d78ef3b32"}
I've tried running the following command from the installation.md document on the whapps server:
sup crossbar maintenance init_apps /var/www/html/monster-ui/apps/
http://172.17.0.7:8000/v2
The only response I get on the command line after running that is: "ok" (really this is what it said lol)
I was tailing the logs on the whistle_apps server and when i run that command this is all that shows up in the logs:
18:51:52.496 [info] VM sup...@whapps.node.consul is now connected:
18:51:52.496 [info] node_type: visible
18:51:52.524 [info] VM sup...@whapps.node.consul is no longer connected:
18:51:52.524 [info] nodedown_reason: connection_closed
18:51:52.524 [info] node_type: visible
my log level is set to debug so i would think it would be more verbose about what it is doing, which appears to be absolutely nothing. I could be wrong though..
The ip addresses of my nodes are:
network: 172.17.0.
------------------------
rabbitmq 6
whapps 7
freeswitch 8
kamailio 9
bigcouch 10
ecallmgr 11
monsterui 12
Monster ui is accessed via ssh tunnel fwiw..
I feel it's likely the problem could be either related to the strange json response for the apps_store uri, or maybe the sup command failing silently. There seems to be no documentation for what this command does or what its arguments represent specifically (if there is please point me to it). I think maybe this command has an expectation that is unmet regarding the arguments, or is assuming something else is running locally.
So when I run:
I'm plugging in the path to the apps on the monsterui node (a different node than im running this command on) and the address to the crossbar api (same as i gave in config.js for monster-ui, minus the trailing /). I was able to authenticate fine, the only problem is there are no apps displayed when i click apps.
Can anyone tell me what that particular sup command does?
Whether or not there is any decent documentation on sup for these kind of things?
How can i verify that the command actually succeeded?
Is this something i can verify through the webui of rabbitmq or bigcouch? Through a curl command?
Is this a normal response for a get request to the apps_store uri on the whapps server?
Thanks in advance!
Joe