Issue Description
- Go to your mail admin login page
- Enter your email address and click continue
- Watch closely… the next page where you now enter your password is where the logo still flashes. It used to flash on step 2 as well, but that appears to have been fixed.
I can confirm I am on version 1.0.7 because Cmd+K works and I can see version on logo hover.
Also, trying to get updatd to version 1.0.7 was very problematic. It would download based on my auto-update schedule, but it would never actually install. In order to get webui updated, I had to follow these steps:
on your server do:
export STALWART_URL=https://subdomain.domain.com
export STALWART_USER=‘[email protected]’
export STALWART_PASSWORD=‘Password’
install stalwart-cli:
stalwart-cli query Application
take your id Application webapp:
stalwart-cli update Application ID WEBAPP
–field https://github.com/stalwartlabs/webui/releases/latest/download/webui.zip
after:
stalwart-cli create Action/UpdateApps
Expected Behavior
Logo should not flash when on Enterprise edition.
Updating to future versions should work seamlessly. I am hosting Stalwart on Docker, if that makes a difference.
Actual Behavior
Logo flashes on 2nd login screen.
Reproduction Steps
- Go to your mail admin login page
- Enter your email address and click continue
- Watch closely… the next page where you now enter your password is where the logo still flashes. It used to flash on step 2 as well, but that appears to have been fixed.
Relevant Log Output
N/A
Stalwart Version
v0.16.x
Installation Method
Docker
Database Backend
RocksDB
Blob Storage
RocksDB
Search Engine
Internal
Directory Backend
Internal
I have reviewed the documentation and FAQ and confirm that my issue is NOT addressed there.
on
I have searched this support forum (open and closed topics) and confirm this is not a duplicate.
on