You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A trailing slash before the actual folder in the bucket. This only happens if you leave the optional path empty. I was able to fix by adding a folder name (wp-media)...
Versions
Description of Issue/Request
When an image is uploaded, there is an HTTP ERROR. Then the file path looks like so...
https://cdn.mywebsite.com/file/BucketName//2019/01/image-name.jpg
A trailing slash before the actual folder in the bucket. This only happens if you leave the optional path empty. I was able to fix by adding a folder name (wp-media)...
https://cdn.mywebsite.com/file/BucketName/wp-media/2019/01/image-name.jpg
Also having issues deleting an image if the path is incorrect. Once the proper path is added, then it works.
The text was updated successfully, but these errors were encountered: