strapi / strapi-starter-vue-blog

Strapi Starter Vue Blog
https://strapi.io/blog/build-a-blog-with-vue-strapi-and-apollo
65 stars 24 forks source link

Image Upload Permissions #8

Closed telecomsxchange closed 4 years ago

telecomsxchange commented 4 years ago

In development environment you may face an issue when uploading images for the first time. the reason for this is folder permissions.

To solve it, follow below steps:


$ chmod 777 strapi-starter-vue-blog/backend/public/uploads 
Mcastres commented 4 years ago

Thanks @telecomsxchange