FeatureFuel
1

Error declaring STORAGE_<LOCATION>_ROOT when using cloudinary.

Source: directus/directus#23167 · opened by @Dricc-new
Summary Hello, if you notice something strange in what I write it is because my English is not very good. I write because I have an error with the cloudinary file storage driver, this error occurred because I thought that in order to create a separate folder for my project, as I normally do when I use NestJS, and I filled in the STORAGE_<LOCATION>_ROOT field thinking it was for this, it turns out that the code what it does is join this to the document id in CLOUDINARY and obviously this returns an error because it does not recognize the id. In theory the error is on line 180 of @directus/storage-driver-cloudinary in the index.js file it should not be like this public_id: join(folder, publicId), it should simply be public_id: publicId, I changed it but once I want to deploy it this will not work. Basic Example _No response_ Motivation Fix a small bug Detailed Design There is no design Requirements List Must Have: • none • none Drawbacks If you consider…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests