Strapi v5 非顺序递增 ID 未找到数据

问题描述 投票:0回答:2

Strapi v5 非顺序递增 ID 未找到数据

在 Strapi 显示器中:

strapi displays

Mysql 显示:

Mysql displays

当我在邮递员中尝试时

网址:

http://localhost:1337/api/cates/3

结果:

{
    "data": null,
    "error": {
        "status": 404,
        "name": "NotFoundErro]",
        "message": "Not Found",
        "details": 1
    }
}

在 Strapi v4 中我没有遇到这个问题。

mysql strapi
2个回答
0
投票

您的快照显示,数据库正在创建重复条目。尝试一个新的数据库,并在终端日志中查找是否遇到多个查询。


0
投票

使用documentId,id在v5中不起作用

© www.soinside.com 2019 - 2024. All rights reserved.