We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
egg.js: https://github.com/eggjs/egg
In this example: https://github.com/zeit/next.js/blob/master/examples/custom-server-koa/server.js. ctx.respond = false causes a large number of koa middleware to be invalid. egg.js is based onkoa implementation.
ctx.respond = false
egg.js
koa
The text was updated successfully, but these errors were encountered:
May be there will be ways to use with koa as it should have done.
Basically to render page we return a promise. So, you need to wait until that.
Not an expert on koa, but I guess it's doable.
Closing this but feel free to discuss. Reopen or ping me if there is something needs from the core.
Sorry, something went wrong.
eggjs/egg#328
@MinJieLiu Are you sure that the middleware is not working? Give a demo
No branches or pull requests
egg.js: https://github.com/eggjs/egg
In this example: https://github.com/zeit/next.js/blob/master/examples/custom-server-koa/server.js.
ctx.respond = false
causes a large number of koa middleware to be invalid.egg.js
is based onkoa
implementation.Expected Behavior
Current Behavior
Steps to Reproduce (for bugs)
Context
Your Environment
The text was updated successfully, but these errors were encountered: