我对strapi很陌生,我已经下载了strapi v4,并且作为前端我使用vue.js。
现在我创建了类别,我试图用我的vue应用程序来获取它们,但是我得到了一个cors错误。Access to XMLHttpRequest at 'http://localhost:1337/api/categories' from origin 'http://localhost:8080在中,我看到我可以覆盖cors中间件的起源,但我不知道如何实
我无法在Strapi中增加文件上传大小。我找到了一些关于它的文档:https://strapi.io/documentation/v3.x/plugins/upload.html#configuration,但我不知道我需要在哪里更新它(Strapi我的nginx配置: server { server_name api.domain.dev;