Infinite Loop in WebApp with multiple Full Permission
Hi,
ckd If an user has the permission "Full Permission Users" for more than ONE user, the Webapp won't load anymore. The issue can be reproduced on the most recent supported repository / appliance.
I was not able to reproduce it with grommunio-web-3.9.205
. On one system I have opened 4 mailboxes with full permissions, on another one 3.
Are you able to login in those stores for which you granted full permissions via grommunio-web? Did you check the Nginx and PHP fpm logs in the admin web interface under Monitoring? Did you check the web browser's console for errors?
- Edited
Yes, two of them are normal inboxes. I have successfully logged onto both accounts and also created test mails. The third inbox is a shared inbox. Once more than one full access is granted, I have this weird infinite loop. The only "error" I see in the logs is the following:
`[2024-12-20 14:08:41.271589]: [31mW-1506: mail@domain.tld requested to set folder names to , but this language is unknown.[0m
[2024-12-20 14:08:41.519791]: [31mW-1506: mail@domain.tld requested to set folder names to , but this language is unknown.[0m
[2024-12-20 14:08:41.569005]: [31mW-1506: mail@domain.tld requested to set folder names to , but this language is unknown.[0m`
Please check if all users have a proper language set either in grommunio-web settings or in the admin web interface.
- Edited
- Edited
Confirmed. After setting the language in Webapp from .UTF8 to any language it works!
Apparently all newly created users have the .UTF8 language set by default.
Good to hear it works now.
ckd Apparently all newly created users have the .UTF8 language set by default.
That looks like the underlying issue which caused the initial problem. We will take a look at this.
andreaslang
Thank you very much and Happy holidays!
ckd Apparently all newly created users have the .UTF8 language set by default.
Those settings might help for your current setup
~ # grommunio-admin dbconf get grommunio-admin defaults-system user.lang
user.lang=de_DE
# can be set via
~ # grommunio-admin dbcof set grommunio-admin defaults-system user.lang "de_DE"
or in the webgui in "Configuration DB"
- Edited
For a new crated user, the language is read from the domain.
In Admin-UI at the Domain - Default user parameters - Language, set the default language for this domain and all new created users.
Or set it system wide in Admin-UI - ADMIN - DEFAULTS - User create parameters - Language de_DE:...