elan-ev / opencast-studio

Web-based recording studio for Opencast
https://studio.opencast.org
MIT License
50 stars 46 forks source link

Fail fast on misconfigurations #1188

Open lkiesow opened 6 days ago

lkiesow commented 6 days ago

I've just spent a day of debugging since the configuration format of Studio changed between Opencast 14 and Opencast 16. While it wouldn't have helped in this specific case (see #1187), it would be great if Studio would publically state the misconfiguration (alert, error on page), instead of silently ignoring/changing the configuration in the background.

If the configuration is invalid, the admin probably tried to change something and that clearly didn't work. Therefor, he needs to know that as soon as possible to intervene and fix the configuration.

Screenshot from 2024-09-12 14-46-21

Just printing a warning in the development console is insufficient, since that's not something people will usually see.