Hi @hotdesk,
This issue is quite strange. I have managed to reproduce it on my side with fresh Cloudinary account. As for me, this looks like a restriction from Adalo’s side: (a) same request works fine from Postman, and (b) using another image URL in the Custom Action’s query parameter also works fine.
I don’t have any official info on that as of now.
As for possible workarounds:
-
if you would like to improve the image loading performance, you can still use Adalo’s image delivery CDN which is ImgIX (for most of the images). Please see the post here: How to manipulate images in Adalo with ImgIX
-
if you’d like to upload images to Cloudinary, you can do it using 3rd party tools like Integromat. The scenario could look like this:
-
In the 1st webhook you get the URL of the image to be uploaded (pass it from custom action in Adalo).
-
In Cloudinary module you upload the image
-
And the 3rd module is webhook response, which returns the Cloudinary’s Image URL to your custom action in Adalo.
This is just an example, in reality the scenario could be different.
Hope this was helpful.
Best regards, Victor.