Ive been using couchdb for years (mostly with erlang views) and more recently kanso so I'm very interested in goblin, but I'm not yet strong enough in nodejs to debug this.
I've tried to scatter console.logs through out the code - GlobalController etc - but have not seen any output!
Any help would be great!
On a clean install i get:
Goblin lives... on port 8000 Welcome! New database created. { error: 'not_found', reason: 'no_db_file' } { error: 'not_found', reason: 'no_db_file' }
Then all these urls redirect me back to http://localhost:8000/index.html
http://localhost:8000/login http://localhost:8000/feedback etc.
Ive been using couchdb for years (mostly with erlang views) and more recently kanso so I'm very interested in goblin, but I'm not yet strong enough in nodejs to debug this.
I've tried to scatter console.logs through out the code - GlobalController etc - but have not seen any output! Any help would be great!