Description
I am running the parse-dashboard using a red-hat instance on AWS. At this moment, I export only the mongodb to aws and still keep the parse-server running on parse.com. I am running mongo and parse-dashboard on the same server. The problem happens when I try to select the Config options in side-nav menu in parse-dashboard, and nothing is displayed. When I inspect what is happening using Google Chrome I can see an 401 http error when calling https://api.parse.com/1/config in console. I start the parse-dashboard passing all parameters: rest-key, app-id, master-key and server url.
There are something am I missing? What am I doing wrong? What I need to do to see my config parameters on parse.com using a parse-dashboard running on another server.
Thanks...