keystone generator ignores my cloudinary account, using demo account instead
ArashDai opened this issue · 1 comments
the generator asks me for my cloudinary Url, I provide it and then it apparently ignores it and just uses the demo account instead. I've been trying to change it by changing the cloudinary url in the .env file but it doesn't work, and other options in the documentation don't seem to work either.
heres how I fixed it for others having the same issue since the options in the docs didn't seem to work, I looked at the demo application and found this inside the keystone.js file inside keystone.init({'cloudinary config': 'cloudinary://333779167276662:_8jbSi9FB3sWYrfimcl8VKh34rI@keystone-demo'}):
so I made an entry in my keystone init with my own cloudinary url and it seems to have worked. hope this helps someone