-
Notifications
You must be signed in to change notification settings - Fork 163
404 not found #218
Comments
Open up the Network tab of the developer console of your browser, and check to see if there's a non-200 response after creating a database or collection? |
thanks for fast respond. |
Are you using any special characters in the DB (or collection) name? |
no, i use lowercase letter name, like 'activity', 'user' and other. |
That's strange. Which backend are you using (ruby or php)? |
how do i know which backend i use? |
Yep, that's Ruby. And you're starting it via |
yup |
Hrm. I've seen similar issues when running behind Apache and using fancy characters in names. I've never run into anything like it with the Ruby backend running from the command line. Open up a terminal and run |
it's fail to create. |
hi guys, i'm kinda new to mongo and using sails.
So the thing is, when i'm opening genghisapp and try to create database from browser, let's say the name is 'test', it shows in table with size n/a.. when i try to open it, it shows
and that database just gone when i return.
The same shows at collection
The text was updated successfully, but these errors were encountered: