mirror of
https://github.com/maillab/cloud-mail.git
synced 2026-04-26 08:46:02 +03:00
[GH-ISSUE #74] D1_ERROR: no such column: login_domain: SQLITE_ERROR when clicking "Sign-In Box Domain" #55
Labels
No labels
bug
enhancement
enhancement
enhancement
help wanted
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cloud-mail-maillab#55
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @ShahzaibRao on GitHub (Aug 10, 2025).
Original GitHub issue: https://github.com/maillab/cloud-mail/issues/74
Description
After deploying my fork of this repository, I encountered an error in the admin panel.
When I click the "Sign-In Box Domain" button, I get the following error:
D1_ERROR: no such column: login_domain: SQLITE_ERROR
Steps to Reproduce
https://github.com/eoao/cloud-mailExpected Behavior
The "Sign-In Box Domain" section should load without an error and show available domain options.
Actual Behavior
A database error occurs:
@eoao commented on GitHub (Aug 10, 2025):
I have fixed this bug. Please update the code and run the initialization command.
@ShahzaibRao commented on GitHub (Aug 11, 2025):
thank you fixed!