After installing ColdBox into an exisiting app, a ...
# box-products
r
After installing ColdBox into an exisiting app, a "Not Found" error is received when attempting to bring up CFAdmin at CFIDE/administrator. Has anyone experienced this issue? Before the ColdBox install, I had never had a problem access CFAdmin.
p
does your server.json file having a setting
"blockCFAdmin":true
? Could be a possibility
r
glad you asked! It doesn't have that setting in server.json, however, my server.json must have been rewritten by the ColdBox installation and there is nothing but the following which explains why it cannot find CF.
Copy code
{
  "web": {
    "rewrites": {
      "enable": "true"
    }
  }
}
Thanks for pointing me in the right direction!
After restoring my previous server.json and restarting the server, CFAdmin is back. Thanks, again.
p
Haha awesome!