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
After deleting and recreating an account in Stalwart Mail, I'm unable to log in with the newly created account credentials. Any authentication attempts (e.g., via IMAP, JMAP, or other protocols) fail with a 401 Unauthorized or similar error. However, once the server is restarted, the same credentials work as expected.
How can we reproduce the problem?
Steps to Reproduce:
Create an account via POST /api/principal.
Delete the account.
Recreate the same account.
Try to log in using the new credentials — login fails.
Restart the server.
Try to log in again — login succeeds.
Version
v0.11.x
What database are you using?
None
What blob storage are you using?
None
Where is your directory located?
None
What operating system are you using?
None
Relevant log output
Code of Conduct
I agree to follow this project's Code of Conduct
The text was updated successfully, but these errors were encountered:
s-aga-r
changed the title
🐛: Recreated account returns 401 Unauthorized on JMAP endpoint until server is restarted
🐛: Recreated account cannot log in until server is restarted
May 5, 2025
What happened?
After deleting and recreating an account in Stalwart Mail, I'm unable to log in with the newly created account credentials. Any authentication attempts (e.g., via IMAP, JMAP, or other protocols) fail with a
401 Unauthorized
or similar error. However, once the server is restarted, the same credentials work as expected.How can we reproduce the problem?
Steps to Reproduce:
Create an account via POST /api/principal.
Delete the account.
Recreate the same account.
Try to log in using the new credentials — login fails.
Restart the server.
Try to log in again — login succeeds.
Version
v0.11.x
What database are you using?
None
What blob storage are you using?
None
Where is your directory located?
None
What operating system are you using?
None
Relevant log output
Code of Conduct
The text was updated successfully, but these errors were encountered: