Closed stebogit closed 3 years ago
Hi @stebogit, Thanks for raising this issue. We are going to implement a fix soon. I will update here once the fix is released.
Hi @stebogit, A fix for this issue was released. Please let us know if it works on your end. Thanks
@michalkcloudinay I see the CLOUDINARY_URL
value has changed on my dashboard and it now follows the expected pattern. Thanks!
Describe the bug in a sentence or two
The provided
CLOUDINARY_URL
value on my dashboard has the following format, please note the dot betweenkey
andsecret
:cloudinary://[<key>.<secret>@]<cloud>
However,
Cloudinary\Configuration\ConfigUtils::parseCloudinaryUrl
expectscloudinary://[<key>:<secret>@]<cloud>
Although I'm using an old version of the laravel package (
1.0.0
, which used the SDK v2.0.0-beta6), I'm using Laravel 5.6, the code is the same on the latest version of the PHP SDK.Now, simply replacing the
.
with a:
in the provided URL everything works as expected, however I wonder why the inconsistency?Issue Type (Can be multiple)
Operating System
Environment and Frameworks (fill in the version numbers)
cloudinary-labs/cloudinary-laravel@1.0.0