Contacts and Calendar throw internal error
See original GitHub issueImpacted versions
- OS Type: Debian
- OS Version: 10
- Database Type: MySQL
- Database version: 10.3.27-MariaDB-0+deb10u1
- Modoboa: 1.17.0
- installer used: Yes
- Webserver: Nginx
- python --version: Python 3.7.3
Steps to reproduce
- Do a default install of Modoboa on Debian 10.
- [Using “mailsrv” instead of “mail” as the mail server’s subdomain. Using Let’s Encrypt.]
- Set up a first mail domain for testing (modoboa.MY-DOMAIN-HERE.de)
- Set up a domain administrator account with mail box (hostmaster@modoboa.MY-DOMAIN-HERE.de)
- Using fresh account, try to access “Contacts” or “Calendar” from the menu.
Current behavior
Sorry
An internal error has occured.
Expected behavior
Open contacts or calendar module.
Issue Analytics
- State:
- Created 2 years ago
- Comments:15 (3 by maintainers)
Top Results From Across the Web
Calendar Server error 504 and 'Server wit… - Apple Community
Doing literally what you said made the server throw a major error at startup. It was not happy about the 'Calendar and Contacts'...
Read more >Calendar and Contacts Server Change Log
This document provides the list of changes for the Calendar and Contacts Server Change Log plugin.
Read more >Error occurs when you send or receive an email message in ...
A .pst file is a personal-folders file that stores your email messages, contacts, notes, calendar items, and other data. If the .pst file...
Read more >Internal error | 1.5.88 - CalenGoo
Another solution to fix this problem is to recreate the calendar that cannot be synced. You can do this by exporting your calendars,...
Read more >Internal Error - no details - Zoho Cares
I'm getting error that field is not available through API - please tell me I'm doing ... I have 2 contacts, 1 can...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
+1 I have the same issue with a fresh Ubuntu 20.04 install. Nothing I tried to configure worked.
try this: sudo -u modoboa -i bash cd /srv/modoboa/ source env/bin/activate (env)> pip install django-webpack-loader==0.7.0 reboot