You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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..
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.
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:
`
Ext.onReady(GO.mainLayout.boot, GO.mainLayout);
</script>
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"
- "./config/ssl/groupoffice:/etc/ssl/groupoffice"
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
The text was updated successfully, but these errors were encountered: