kylehz
kylehz
> 1. It's expected. > 2. Check if you have selected MinIO as your storage service. 我当然是选了minio,图片上传是成功的,但是无法显示,另外就是在memos中minio配置不方便
> 无法显示是因为你配置的「URL Prefix」,如果需要使用 CDN 这里应该填写完整的 https://xxx.x.com 我配置了URL Prefix为`https://minio-api.example.com`,得到的图片地址是 ` https://minio-api.example.com/memos/2023/03/download_icon.png.image/png ` 依然无法访问图片
> 试试把 path 后面的 .{filetype} 去掉 地址是对了,`https://minio-api.example.com/memos/2023/03/download_icon.png` 但是AccessDenied了,访问图片没有带上秘钥吗 ``` AccessDenied Access Denied. 2023/03/download_icon.png memos /memos/2023/03/download_icon.png 174C263F022BF893 d669934d-6605-4c3f-ae5f-320acfbea834 ```
因为关键词是在前端匹配的 不知道当初设计的人怎么想的
[memos_prod.db.zip](https://github.com/usememos/memos/files/9896200/memos_prod.db.zip) 3000条以上memos就会出现503错误,Request timeout ``` Request URL: http://localhost:5230/api/memo/stats Request Method: GET Status Code: 503 Service Unavailable Remote Address: [::1]:5230 Referrer Policy: strict-origin-when-cross-origin ``` ``` Request URL: http://localhost:5230/api/memo?rowStatus=NORMAL&limit=20 Request Method: GET Status...
> > 搜索前20条内容包含的关键词时,无此现象。 > > 当前20条内容不包含搜索的关键词时,就会以20条递增请求。 > > 这似乎是一个符合预期的行为? 不是,预期应该是请求一次就能出来相关结果,如果结果很多的话可以分页加载
这个issue应该放在bug标签尽快修复 @Zeng1998
这个问题有计划修复吗 @boojack @Zeng1998
半年多过去了 还没修复这个bug吗😂
我的意思是服务器本地文件系统存储,而不是把文件转成base64放在db里面