Thank you. Can you please ensure that your database migrations are up to date by running the following if your issue still persists?:
systemctl stop zammad
zammad run rails r "Rails.cache.clear"
zammad run rake db:migrate
systemctl start zammad
Please also ensure that your database server meets our recommendations. Especially the max_connection part is crucial and may lead to issues with the web interface if it doesn’t.