0

I am working with keystone and am trying to upload images to the website generated by running

yo keystone

I have set up a cloudinary account and updated the keystone.js file by adding

keystone.set('cloudinary config', { cloud_name: 'my-cloud', api_key: 'abc', api_secret: '123' });

And have updated the .env so that

    CLOUDINARY_URL=cloudinary://api_key:api_secret@cloudname

But when I try to upload images i get the error

Hero Image upload failed - getaddrinfo ENOTFOUND api.cloudinary.com

Did I update the right files? Is there something else I need to update?

4

1 回答 1

0

显然 keystone 无法弄清楚我的网络的代理设置,因此连接到不同的网络解决了这个问题

于 2015-06-18T18:23:57.857 回答