JsonMa / swagger-egg

Eggjs Swagger-UI API文档自动生成插件(如果喜欢请点赞支持)。Egg swagger documentation generator(welcome to star this project).
MIT License
43 stars 16 forks source link

Cannot read properties of undefined (reading 'replace') #33

Open QC2168 opened 1 month ago

QC2168 commented 1 month ago
[dotenvx@1.5.0] injecting env (0) from .env
[dotenvx@1.5.0] injecting env (0) from .env
2024-07-11 11:08:27,751 ERROR 159528 [swagger-egg] Cannot read properties of undefined (reading 'replace')
2024-07-11 11:08:27,792 INFO 159528 [egg-sequelize](2ms) Executed (default): SELECT 1+1 AS result
2024-07-11 11:08:27,798 INFO 32160 [master] egg started on http://127.0.0.1:7001 (4578ms)
2024-07-11 11:11:10,935 INFO 32160 [master] master is killed by signal SIGINT, closing

运行中遇到了这个问题,应该怎么debug?

QC2168 commented 1 month ago

找到问题了,我晚点提个PR吧