Nach einer Neuinstallation mit Testdaten erscheinen noch ein paar Fehler. Hierbei würde ich gerne ausschließen das es am deployment unter Rocky Linux liegt.
In der browser Console bzw. in dem ssl_error.log sind folgenden errors vorhanden.
Zu einigen fonts, dem Favicon und einigen css/js map Dateien ein 403.
Im ssl_error.log z.B.:
Code
[Tue May 30 12:29:44.473093 2023] [access_compat:error] [pid 3549:tid 3615] [client 10.1.1.32:60832] AH01797: client denied by server configuration: /var/www/html/OpenXE-V.1.8/www/themes/new/fonts/Inter-Regular.woff, referer: https://openxe.my-domain.com/www/themes/new/css/login_styles.css?v=3
Andere css Dateien wiederum sind verfügbar und schmeissen keinen 403.
Browser console (hier habe ich ein paar rauskopiert):
Code
Cookie “nonavigation” does not have a proper “SameSite” attribute value. Soon, cookies without the “SameSite” attribute or with an invalid value will be treated as “Lax”. This means that the cookie will no longer be sent in third-party contexts. If your application depends on this cookie being available in such contexts, please add the “SameSite=None“ attribute to it. To know more about the “SameSite“ attribute, read https://developer.mozilla.org/docs/Web/HTTP/Headers/Set-Cookie/SameSite
Cookie “nonavigation” has been rejected because it is already expired.
GET https://openxe.my-domain.com/www/themes/new/css/custom.css?v=3 [HTTP/2 404 Not Found 23ms]
Source map error: Error: request failed with status 403
Resource URL: https://openxe.my-domain.com/www/themes/new/css/normalize.min.css?v=5
Source Map URL: normalize.min.css.map
GET https://openxe.my-domain.com/www/themes/new/fonts/Inter-Bold.woff2?v=3.13 [HTTP/2 403 Forbidden 25ms]
downloadable font: download failed (font-family: "Inter" style:normal weight:700 stretch:100 src index:0): status=2147746065 source: https://openxe.my-domain.com/www/themes/new/fonts/Inter-Bold.woff2?v=3.13
GET https://openxe.my-domain.com/www/themes/new/images/favicon/favicon.ico [HTTP/2 403 Forbidden 0ms]
Source map error: Error: request failed with status 403 Resource URL:
https://openxe.my-domain.com/www/themes/new/css/normalize.min.css?v=5
Source Map URL: normalize.min.css.map
Display More
Dann nur im Login Screen habe ich noch ein 404 auf eine custom.css.
Ist das bei dem aktuellen Stand der Version 1.8 bei allen so?
P.S. Bei Interesse kann ich gerne ein Doc zusammenstellen ähnlich eurem Server_Install.md nur für Rhel/CentOS/Rocky Linux. Lasst es mich wissen.