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
When an extended metadata catalog is configured(*) which contains a property of type "date", I am not able to create a new event in the admin UI. After clicking "Create", the UI shows an error message "The event could not be created", probably because the POST request to http://opencast:8080/admin-ng/event/new fails with a 500 Server Error.
Unfortunately, there are no errros in the Opencast log, except
2024-10-07T11:15:02,669 | WARN | (MetadataJson:340) - Value cannot be parsed as String. Expecting type 'String', but received type 'java.lang.Boolean'.
When an extended metadata catalog is configured(*) which contains a property of type "date", I am not able to create a new event in the admin UI. After clicking "Create", the UI shows an error message "The event could not be created", probably because the POST request to http://opencast:8080/admin-ng/event/new fails with a 500 Server Error.
Unfortunately, there are no errros in the Opencast log, except
but this is related to PR #812 I guess...
But the upload succeeds when either using the old admin UI or removing the date property from the catalog configuration.
I tested this on Opencast 16.4 as well as on a fresh Opencast 16.5 allinone Docker image.
(*) The metadata catalog configuration:
The text was updated successfully, but these errors were encountered: