Openproject 8.1.0 422 error

Hello - I have updated both UCS ( UCS Version4.3-3 errata398 (Neustadt)UMC Version10.0.6-17A~4.3.0.201812181814) and the new Open Project to 8.2 released yesterday but the problem has not changed. Do I need to completely remove Open Project and delete any files in UCS and reinstall? I have checked the conf files and show:

000-default.conf:

Warning: This file is auto-generated and might be overwritten by

univention-config-registry.

Please edit the following file(s) instead:

Warnung: Diese Datei wurde automatisch generiert und kann durch

univention-config-registry ueberschrieben werden.

Bitte bearbeiten Sie an Stelle dessen die folgende(n) Datei(en):

/etc/univention/templates/files/etc/apache2/sites-available/000-default.d/00start

/etc/univention/templates/files/etc/apache2/sites-available/000-default.d/10univention-appcenter

/etc/univention/templates/files/etc/apache2/sites-available/000-default.d/99end

<VirtualHost :80>
IncludeOptional /etc/apache2/ucs-sites.conf.d/
.conf

ProxyPass /bluespice http://127.0.0.1:40005/bluespice retry=0
ProxyPassReverse /bluespice http://127.0.0.1:40005/bluespice


ProxyPass /openproject/ http://127.0.0.1:40006/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40006/openproject/


ProxyPass /owncloud http://127.0.0.1:40000/owncloud retry=0
ProxyPassReverse /owncloud http://127.0.0.1:40000/owncloud


ProxyPass /wordpress http://127.0.0.1:40002/wordpress retry=0
ProxyPassReverse /wordpress http://127.0.0.1:40002/wordpress

default-ssl.conf

Warning: This file is auto-generated and might be overwritten by

univention-config-registry.

Please edit the following file(s) instead:

Warnung: Diese Datei wurde automatisch generiert und kann durch

univention-config-registry ueberschrieben werden.

Bitte bearbeiten Sie an Stelle dessen die folgende(n) Datei(en):

/etc/univention/templates/files/etc/apache2/sites-available/ssl.d/00start

/etc/univention/templates/files/etc/apache2/sites-available/ssl.d/10hsts

/etc/univention/templates/files/etc/apache2/sites-available/ssl.d/10univention-appcenter

/etc/univention/templates/files/etc/apache2/sites-available/ssl.d/99end

<VirtualHost :443>
IncludeOptional /etc/apache2/ucs-sites.conf.d/
.conf
SSLEngine on
SSLProxyEngine on
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
SSLCertificateFile /etc/univention/letsencrypt/signed_chain.crt
SSLCertificateKeyFile /etc/univention/letsencrypt/domain.key
SSLCACertificateFile /etc/univention/letsencrypt/intermediate.pem

#SetEnvIf User-Agent ".*MSIE.*" nokeepalive ssl-unclean-shutdown

### To enable special log format for HTTPS-access
# LogFormat "%h %l %u %t \"%r\" %>s %b \"%{Referer}i\" \"%{User-agent}i\" %p" combinedssl
# CustomLog /var/log/apache2/access.log combinedssl	## with port number



ProxyPass /bluespice http://127.0.0.1:40005/bluespice retry=0
ProxyPassReverse /bluespice http://127.0.0.1:40005/bluespice


ProxyPass /openproject/ http://127.0.0.1:40006/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40006/openproject/


ProxyPass /owncloud https://127.0.0.1:40001/owncloud retry=0
ProxyPassReverse /owncloud https://127.0.0.1:40001/owncloud


ProxyPass /wordpress https://127.0.0.1:40004/wordpress retry=0
ProxyPassReverse /wordpress https://127.0.0.1:40004/wordpress


and this is the custom apache Virtual Host file I use:

ServerName mydomain.com ServerAlias www.mydomain.com
    IncludeOptional /etc/apache2/ucs-sites.conf.d/*.conf
    
	
SSLEngine on
SSLProxyEngine on
SSLProxyCheckPeerCN off
SSLProxyCheckPeerName off
SSLProxyCheckPeerExpire off
SSLCertificateFile /etc/univention/letsencrypt/signed_chain.crt
SSLCertificateKeyFile /etc/univention/letsencrypt/domain.key
SSLCACertificateFile /etc/univention/letsencrypt/intermediate.pem


ErrorLog ${APACHE_LOG_DIR}/proxy-error.log
CustomLog ${APACHE_LOG_DIR}/proxy-access.log combined


ProxyPass /openproject/ http://127.0.0.1:40006/openproject/ retry=0
ProxyPassReverse /openproject/ http://127.0.0.1:40006/openproject/


ProxyPass /owncloud https://127.0.0.1:40001/owncloud retry=0
ProxyPassReverse /owncloud https://127.0.0.1:40001/owncloud


ProxyPass /wordpress https://127.0.0.1:40004/wordpress retry=0
ProxyPassReverse /wordpress https://127.0.0.1:40004/wordpress

    ProxyPass /bluespice http://127.0.0.1:40005/bluespice retry=0
ProxyPassReverse /bluespice http://127.0.0.1:40005/bluespice  
    ProxyPreserveHost On
    ProxyRequests Off

Any help is appreciated. The error is the same, it made no change doing all this upgrading. Perhaps it is something I added, I am just not sure what has happened here to our install of OP. It just doesnt seem to be a functioning piece of software at this point. We cant login, even admin accounts. The error is still: 422 - Unable to verify Cross-Site Request Forgery token. Did you try to submit data on multiple browsers or tabs? Please close all tabs and try again.

Furthermore if I try and add a new account it says I have exceeded my limit of accounts. There was something about being limited to only 10 logins, but if it is tied to our LDAP, then there would be more than that from our last version at 7.3.

It is curious that in the UCS UMC Open Project settings, there is only a port 80 set and not a 443 like the other apps running on SSL in UCS!

err422