Hello Everyone,

Since I recorded the project, there has been an update to strapi-claudinary setup. You can still watch video for general reference but please follow the steps directly from plugin docs.

https://www.npmjs.com/package/strapi-provider-upload-cloudinary


1. Sign Up For Free Claudinary Account

2. Get Api Keys

3. Navigate to Strapi App

4. Stop Dev Server  - CTRL + C

5. Install plugin globally (instead of the specific folder I suggested)

6. create plugins.js in config folder and setup the keys (just like they suggest in the docs) - once you do that your app will be automatically connected to claudinary - you don't have to setup anything through the dashboard. You can test that by adding the image and checking the path. If your keys are correct it will work right away.

8. Restart the server.