egg icon indicating copy to clipboard operation
egg copied to clipboard

🥚 Born to build better enterprise frameworks and apps with Node.js & Koa

Results 351 egg issues
Sort by recently updated
recently updated
newest added

用egg 跑了一个项目, 用sequelize 更新一条mysql 记录的时候, 发现报错![image](https://user-images.githubusercontent.com/22574237/171082420-9cac0472-37b6-45fb-8fc3-5a343fe3164b.png) 很奇怪为啥会没有表名,代码如下 ![image](https://user-images.githubusercontent.com/22574237/171082541-d5ad0542-0ea5-4279-99cd-8254122e80ba.png)

Inactive

是ts版的egg-redis,版本为最新2.4,有bitcount、setbit方法,但是没有bitop

Inactive

## What happens? egg-mongoose 插件 config 缺少某些字段的类型定义,例如 ``` // config.default.ts config.mongoose = { loadModel: false, } ``` ## 复现步骤,错误日志以及相关配置 错误日志: config/config.default.ts(35,5): error TS2322: Type '{ loadModel: boolean; }' is not...

PR is welcome
Inactive

egg如何调用Java的dubbo服务?注册中心是zookeeper。我看到了https://github.com/eggjs/egg/issues/153 但是最终也没有一个答案。请问是用egg-dubbo还是egg-dubbo-rpc呢?谢谢。 @huacnlee @fengmk2 @gxcsoccer

Inactive

## What happens? A clear and concise description of what the bug is. https://github.com/eggjs/egg-view-assets/blob/52f2aac23bf34eff576fe2ed1c82a6075874b38b/app.js#L22 这行代码固定了local环境下asset的资源路径为127.0.0.1 做手机页面的时候,需要在手机调试js-sdk功能,这时候的 resourceBase 是127.0.0.1,资源访问不到 ## Mini Showcase Repository(REQUIRED) > Provide a mini GitHub repository which can...

type: improve
Inactive

将eggjs直接注册到springcloudForAlibaba,实现微服务。这样的工程量会不会很大?

help wanted
Inactive

发现graphql请求触发的业务逻辑所抛出的异常都被捕获了,不知道如何获取Error对象,控制台和相关日志找了一圈也没看到。 有什么办法能够获取这些Error么?

Inactive

* **Node Version**: * **Egg Version**: * **Plugin Name**: egg-grpc * **Plugin Version**: 1.0.3 * **Platform**: * **Mini Showcase Repository**: While gRPC is commonly used in micro services that shall...

Inactive

* **Node Version**: * **Egg Version**: * **Plugin Name**: * **Plugin Version**: * **Platform**: * **Mini Showcase Repository**:

PR is welcome
plugin: egg-mongoose
Inactive

## What happens? 执行`npx sequelize db:migrate`。但只在config的第一个`database_development`中生成了`users`表,其他两个数据库没有成功生成`users`表。 ```base { "development": { "username": "root", "password": null, "database": "database_development", "host": "127.0.0.1", "dialect": "mysql" }, "test": { "username": "root", "password": null, "database": "database_test", "host":...

Inactive