hoodiehq-archive / my-first-hoodie

⛔ deprecated
Other
157 stars 35 forks source link

Double/wrong escaping? #34

Closed themasch closed 11 years ago

themasch commented 11 years ago

As already mentioned in IRC I ran into some problems with hoodie.

These are the steps to reproduce my issues (copied from shell history):

hoodie new testproject
cd testproject
hoodie start

Start $BROWSER on mentioned URL, try to create an account.

Log of "hoodie start" https://gist.github.com/themasch/0d38aa80ba2b4b41a0cc

data/couchdb.stdout: https://gist.github.com/themasch/0b2718fa328edf2809d8

Versions: npm: 1.2.21 node: v0.11.2 hoodie-app: 0.8.0 hoodie-worker-user: 0.0.6 couch-db: 1.3.1

OS: funtoo linux kernel 3.8.7 x84_64

Did I miss anything?

Additional Information: I tired the yeoman generator like this:

mkdir testbla
cd testbla
yo hoodie
node node_modules/hoodie-app/bin/start

This behaves exact the same way.

gr2m commented 11 years ago

what's your CouchDB version? (couchdb -V)

themasch commented 11 years ago

% couchdb -V couchdb - Apache CouchDB 1.3.1

gr2m commented 11 years ago

I can't help farther, maybe @janl or @caolan can, but they are both busy until Monday, I'll ping them again then

svnlto commented 11 years ago

Is this still an issue? Please reopen if so.

themasch commented 11 years ago

Just testet. Works now for me!