koajs / koa-hbs

Handlebars templates for Koa.js
MIT License
160 stars 43 forks source link

Docker + Digital Ocean #31

Closed TheEmpty closed 9 years ago

TheEmpty commented 9 years ago

Just wanted to let you know, I had to downgrade my koa-hbs from 0.7.0 to 0.6.0. On Dokku via Digital Ocean, this.render would never respond in 0.7.0. Wasn't able to fully diagnose it.

jwilm commented 9 years ago

Thanks for the report. What version of koa/node were you on?

TheEmpty commented 9 years ago

Koa: ^0.14.0 Node: v0.12.0-linux-x64

Note: do also have router after HBS. On Sun, Apr 26, 2015 at 5:20 PM Joe Wilm notifications@github.com wrote:

Thanks for the report. What version of koa/node were you on?

— Reply to this email directly or view it on GitHub https://github.com/jwilm/koa-hbs/issues/31#issuecomment-96436484.

TheEmpty commented 9 years ago

Okay, so it happens when Mongoose is at ^4.0.0 because of one of our dev machines. The page I was testing on was a static page, so I'm still not sure why the render never returned. I am using koa-sessions though, so I assume that must be hitting the database and having some issues. So seems it's downstream from render and not an issue of koa-hbs.