Closed TheEmpty closed 9 years ago
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 https://github.com/jwilm/koa-hbs/issues/31#issuecomment-96436484.
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.
Just wanted to let you know, I had to downgrade my
koa-hbs
from0.7.0
to0.6.0
. On Dokku via Digital Ocean,this.render
would never respond in0.7.0
. Wasn't able to fully diagnose it.