mirror of
https://github.com/modoboa/modoboa.git
synced 2026-04-26 09:26:00 +03:00
[GH-ISSUE #2440] CardDAV does not hold to the yes state. #1600
Labels
No labels
bug
bug
dependencies
design
documentation
duplicate
enhancement
enhancement
enhancement
feedback-needed
help-needed
help-needed
installer
invalid
looking-for-sponsors
modoboa-contacts
new-ui
new-ui
pr
pull-request
pyconfr
python
question
security
stale
webmail
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/modoboa-modoboa#1600
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 @KrystianPlichta on GitHub (Jan 18, 2022).
Original GitHub issue: https://github.com/modoboa/modoboa/issues/2440
Impacted versions
Steps to reproduce
Go to SETTINGS >> PREFERENCES >> CONTACTS >> Synchonize address book using CardDAV > turn from No to Yes.
Current behavior
radiobutton after switching to the Yes state and clicking Save and after refreshing the page it returns to the No state.
Expected behavior
radiobutton switches to the yes state and after clicking save the address book synchronization works.
Video/Screenshot link
This is what i see in console:
UWSGI LOG:
POST /user/preferences/ => generated 870 bytes in 146 msecs (HTTP/1.1 500) 8 headers in 314 bytes (1 switches on core 0)
@tonioo commented on GitHub (Jan 18, 2022):
@KrystianPlichta Can you set DEBUG to True inside settings.py file, reload uwsgi and try again? You should get more information.
@KrystianPlichta commented on GitHub (Jan 18, 2022):
I set debug to true and reset uwsgi but nothing changed.
@tonioo commented on GitHub (Jan 19, 2022):
You need to look at the network tab when you javascript debug console is opened, check the response of the request which returns with a 500 error code
@KrystianPlichta commented on GitHub (Jan 19, 2022):
Here is what I found in the debug console:
https://pastebin.com/ceDnqpVv
@tonioo commented on GitHub (Jan 19, 2022):
@KrystianPlichta thanks. Did you install the contacts plugin separately or was it installed by the installer?
@KrystianPlichta commented on GitHub (Jan 19, 2022):
Installed by installer
@KrystianPlichta commented on GitHub (Jan 26, 2022):
I run carddav synchronization option by changing from false to true in database, after entering contacts and clicking synchronize I see the following error.
https://pastebin.com/ZPHUfYDY
I also tried reinstalling modoboa-contacts and radicale but nothing changed
@amaciej commented on GitHub (Feb 10, 2022):
I have a similar problem. Does anyone know the solution ?
@stale[bot] commented on GitHub (Apr 11, 2022):
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.