I am brand new to StrongLoop Arc and tried simply setting up a Data Source (a mysql database) and then had it derive the Model from that Data Source. I started the AppController running using the button on the Arc gui and then accessed the localhost:3000/explorer url to look at the generated api. Unfortunately, I just get the message:
fetching resource list: http://localhost:3000/explorer/swagger.json
in the browser (Safari on OS X). If I bring up the browser's error console I see:
TypeError: Swagger 2.0 does not support null types([object Object]).
Can anyone provide some insight into what might be going wrong? I see at the top of the browser that the Token is not set. Does this need to somehow be set before I can see anything?