maned / goblin

A Content Management System Built in Pure Javascript
http://goblin.jit.su/
19 stars 13 forks source link

Routing seems to be off or fail silently #72

Closed thanos closed 10 years ago

thanos commented 10 years ago

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!

SotiriosVrachas commented 10 years ago

Try http://localhost:8000/gb-admin/

thanos commented 10 years ago

thanks that did it.