Skip to content

MongoDB里,“config” 表中会产生很多的 "_id" ,内容都是空的,这是什么? #259

Answered by ghost
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

重现:
只要在 管理面板 里,点击 “Save” 保存配置,就会写一条空数据到 MongoDB 的 config 表里。
这是不是有问题?

点击一次 “Save” 保存,查看 Vercel 的日志,会有三次请求:
按时间顺序:

1、16:12:01:47
[OPTIONS] /
请求方法: undefined
请求参数: {}

2、16:12:01:92
[POST] /
请求方法: SET_CONFIG
请求参数: {
event: 'SET_CONFIG',
accessToken: '61f1ae0cf5cac7e14341bf5cddbd71f4',
config: {}
}
写入配置: {}
请求返回: { code: 0 }

3、16:12:02:85
[POST] /
请求方法: GET_CONFIG_FOR_ADMIN
请求参数: {
event: 'GET_CONFIG_FOR_ADMIN',
accessToken: '61f1ae0cf6cad6e14044bf5cddbd14f4'
}
请求返回: {
code: 0,
config: {
// 此处省略...
}
}

Replies: 2 comments 1 reply

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
1 reply
@imaegoo
Comment options

Answer selected by imaegoo
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant