bobthecow / genghis

The single-file MongoDB admin app
http://genghisapp.com
MIT License
1.45k stars 166 forks source link

Can't delete server that has a ? #157

Closed sb8244 closed 8 years ago

sb8244 commented 10 years ago

PHP Version - Latest

Case:

  1. Add server like server.com?replicaSet=rs0
  2. Add another server like server.com
  3. Remove server.com?replicaSet=rs0
  4. server.com is removed and replicaSet one remains
bobthecow commented 10 years ago

That's strange. You can definitely delete it by clearing your cookies, if nothing else.

It might be a URL encoding issue. Are you running behind Apache? Does using the "?" server work otherwise? Can you browse to its databases?