Today I have collided with strange problem:
media items now throw an error. By the way, medias does creted in Media folder in solution explorer, but does't appears in backoffice in "Media" section.
Here is the error from browser console:
Failed to load resource: the server responded with a status of 500
(Internal Server Error) /umbraco/backoffice/UmbracoApi/Media/PostAddFile
And error massage:
The requested resource does not support http method GET
Error on media upload
Hello.
Today I have collided with strange problem: media items now throw an error. By the way, medias does creted in Media folder in solution explorer, but does't appears in backoffice in "Media" section.
Here is the error from browser console:
And error massage:
App runs on IIS Express.
How to solve the problem?
P.S. Clean intallation of umbraco works fine
I have found a solution. Here link to stackoverflow
All was needed is change property type of "Label" data type to string. I really don't know how data type was changed to integer.
is working on a reply...