-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Open
Labels
Description
Which Umbraco version are you using?
13.11.0
Bug summary
Whenever I try and get a 'live' link to an image (JPG/PNG), I'm unable to get one. I used to be able to do this on older versions of umbraco, so I have no idea why this isn't working on my current one.
I want to be able to upload an image into my media folder, and then be able to share a link to it so that others can access that image.
Specifics
No response
Steps to reproduce
- Upload an image to the umbraco media folder
- Click into the image
- Select info on the top right
- Click on the file name under the 'Links section
- The image will appear in a new tab (but the URL will be https://cms.domainname.com/media/etcetcetc)
- Try replacing the 'cms' with 'www' but this then gives me an error 404
Expected result / actual result
I would expect that once I swap out 'cms' with 'www', the image would pop up and it would be a public URL that I could share with anyone who would want to see the image.