koajs / koa-hbs

Handlebars templates for Koa.js

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Docker + Digital Ocean

TheEmpty opened this issue · comments

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.

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

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
#31 (comment).

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.