-
I have the following code:
var path = require('path');
var koa = require('koa');
var app = module.exports = koa();
var webpack = require('webpack');
var webpackConfig = require('../webpack/webpack.c…
-
## 问题描述
原本正常的服务迁移到新服务器上后登录时提示:
> Authentication failed – we were unable to sign you in at this time. Please try again.
停用新服务,原有服务重新启用也开始报同样的错误。
两个服务都是同样的方式部署,通过 nginx 将同一个域名指向不同的服务IP。
doc…
-
When koa-better-router successfully matches a URL to a route and runs the handler, it doesn't stop and continues through Koa middleware stack. This is unlike what probably every other router (includin…
-
## Problem/Feature Request Summary
when my context is custom and use koa-body in typesciprt,
Property 'files' does not exist on type 'Request' or
Property 'body' does not exist on type 'Request'
…
-
I'm trying to integrate socket.io into existing routes/middleware but when doing ctx.socket.emit from the standard Koa middleware, the client does not receive the message. I must also say that ctx.soc…
-
### Describe the bug
When you change the application name from: a to b I get no token and this error: `invalid_client` in callback.
### Expected behavior
### How to reproduce?
1. Crea…
-
The middleware calls downstream without returning its result or awaiting it: [source code](https://github.com/choujimmy/koa-request-language/blob/master/src/index.js#L99). This results in resolving al…
-
When I run x0 with the docs folder, the local server starts,
```
C:\Users\SWK\Desktop\x0>x0 docs
x0 @compositor/x0
x0 dev server listening on http://localhost:8080 (copied to clipboard)
``…
-
### Describe the bug
I have a function named "index" that uses serverless to return a Koa app. The function builds successfully and starts using dev. If I make requests against the root endpoint usin…
-
In `/xxx/koa-i18next-middleware/dist/index.js`:
```
var _utils = require('./utils')
```
But `dist` only contains index.js.
## Workaround
Use `koa-i18next-middleware-fixed`