Hi, I don't know if it is too late to help you but I had a similar issue 
when I transferred my project from running on my iMac to running from 
inside a Vagrant box created with "pupphet"... as soon as I tried to go to 
/cb_admin ... no dice.

My solution was this, by editing the cb_admin section of boss.config...
 {cb_admin,
  [
   {path, "./deps/cb_admin"},
   {allow_ip_blocks,
    [
     "127.0.0.1",
*     %% This is my Mac(!) address as seen from inside the Vagrant box*
*     "10.0.2.2"*
    ]},
   {base_url, "/admin"}
  ]},

Hope that helps.
Sean.

-- 
You received this message because you are subscribed to the Google Groups 
"ChicagoBoss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at http://groups.google.com/group/chicagoboss.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/chicagoboss/e2ababca-63dd-4fcf-bcc5-de773aab99cd%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to