I am picking image/video in 'Media' tab in umbraco backoffice. It is loading to 100% but no further. After a time, a Timeout error appears. What could I do about that? I will be grateful for help.
In the appsettings.json I changed Debug from "false" to "true":
"Hosting": {
"Debug": true
},
just to see if I could get some more info on why it wasn't working.
After I did this, suddenly all worked fine, I can now upload several images at once again.
I am not sure if this setting has something to do with solving the problem, or that the website restart (after also uploading a changed web.config) had worked wonders... ?!?
Cannot add image/video in 'Media' tab
I am picking image/video in 'Media' tab in umbraco backoffice. It is loading to 100% but no further. After a time, a Timeout error appears. What could I do about that? I will be grateful for help.
Is there anything in the Umbraco logs to indicate an error?
Is this a particularly large file?
Does it do the same regardless of video type/filesize?
Is not a problem with size of image/video, because when i uploading by button 'Create' is working. Is not working by drag and drop.
I am having the same problem in Umbraco 11.4.2, but only on my Production environment. Locally all works fine.
There is a folder being created onder media, but the image file itself is not saved inside the new folder.
And no errors in the log file :-(
However, if I use "Create" to create an item and then upload the image file, all works fine!
So, @Tom, does "Create" work for you also? And is there also a new folder created under the media folder?
Yes, button 'Create' is working fine!
In the appsettings.json I changed Debug from "false" to "true":
just to see if I could get some more info on why it wasn't working.
After I did this, suddenly all worked fine, I can now upload several images at once again.
I am not sure if this setting has something to do with solving the problem, or that the website restart (after also uploading a changed web.config) had worked wonders... ?!?
This fixed a drag and drop in 'Media' tab?
Yes, for me this fixed the drag and drop problem.
Now after the progress bar reaches 100% a green "v" is shown, and after all images are uploaded the page is refreshed and all new images are there.
In appsettings.json, i don't have this formula but i have this formula in appsettings.Development.json and there is set on 'true'.
Did anyone solve this issue?
is working on a reply...