Intermesh / groupoffice

Group Office groupware and CRM
https://www.group-office.com
Other
190 stars 46 forks source link

blank blue screen after upgrade #1188

Open jan-panoch opened 1 week ago

jan-panoch commented 1 week ago

hello,

we freshly installed groupoffice using docker, after initial setup it did some upgrade and after upgrade i see just blank blue screen and can do nothing..

log from groupoffice docker container:

office.*cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET / HTTP/1.1" 200 1523 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/themes/Paper/fonts/icons.woff2 HTTP/1.1" 200 99896 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/themes/Paper/style.css?v=1727705197 HTTP/1.1" 200 48724 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/javascript/ext-base-debug.js?mtime=1727704999 HTTP/1.1" 200 26502 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/javascript/ext-all-debug.js?mtime=1727704999 HTTP/1.1" 200 280867 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/themes/Paper/img/favicon/apple-touch-icon.png HTTP/1.1" 200 10789 office.*.cz 172.19.0.1 - - [04/Oct/2024:10:38:49 +0000] "GET /views/Extjs3/themes/Paper/img/favicon/favicon-16x16.png HTTP/1.1" 200 995

page source of the blank initial screen:

`<!DOCTYPE html>

Group-Office
` compose.yaml `services: groupoffice: image: intermesh/groupoffice restart: always ports: - "9000:80" links: - db volumes: - "/data/office.*.cz/godata:/var/lib/groupoffice:cached" - "/data/office.*.cz/goetc:/etc/groupoffice:cached" # - "gostudio:/usr/local/share/groupoffice/go/modules/studio:cached" - ./src/studio:/usr/local/share/groupoffice/go/modules/studio # Example for ssl # - "./config/ssl/groupoffice:/etc/ssl/groupoffice" env_file: - ./db.env db: image: mariadb:11.1.2 restart: always env_file: - ./db.env environment: MYSQL_ROOT_PASSWORD: * MARIADB_AUTO_UPGRADE: 1 volumes: - "/data/office.*.cz/dbdata:/var/lib/mysql:cached" volumes: godata: goetc: #gostudio: dbdata:` logfile produced by upgrade: `cat 20241004_081922.log` `Rebuilding cache` `Registering all entities` `Done!` real domain name replaced by * any suggestions? thank you Jan
derjoachim commented 1 week ago

There's no server side error being thrown, so I can only guess. Are you getting a client side error by any chance? You can check the developer panel (Ctrl+Shift+i) , tab 'console' for errors.