Open PANhuihuihuihui opened 2 hours ago
it seems like we are using aws-s3 to storage the content. could we share the path and key in .env ?
export default ({ env }) => ({
upload: {
config: {
provider: "aws-s3",
providerOptions: {
rootPath: env("DO_SPACE_PATH"),
credentials: {
accessKeyId: env("DO_SPACE_ACCESS_KEY"),
secretAccessKey: env("DO_SPACE_SECRET_KEY"),
},
region: env("DO_SPACE_REGION"),
endpoint: env("DO_SPACE_ENDPOINT"),
params: {
Bucket: env("DO_SPACE_BUCKET"),
},
},
actionOptions: {
upload: {},
uploadStream: {},
delete: {},
},
},
},
});
Description:
After initializing this project using the suggested repository, my local Strapi instance does not contain any existing data. Attempts to fetch content such as the HeroBanner or MidBanner result in 404 and 401 status errors.
Question:
Do we have a migration script or sample data that I can use to populate Strapi? This would help verify if the setup and API endpoints are working as expected.
Error Details:
(I print url and access token)
Attachments: