Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[baikal] error 500 when accessing calendars / how to solve #1785

Open
karlquint opened this issue Jul 11, 2024 · 0 comments
Open

[baikal] error 500 when accessing calendars / how to solve #1785

karlquint opened this issue Jul 11, 2024 · 0 comments

Comments

@karlquint
Copy link

Description:
I installed Baikal 0.9.5 using the current instructions in Uberspace Lab. The installation and initial setup of the database worked. However, connecting to Thunderbird or iCal did not work.

Steps to Reproduce:

  • Follow the installation instructions in Uberspace Lab to install Baikal 0.9.5.
  • Complete the initial setup of the database.
  • Try to connect to Thunderbird or iCal using the provided URLs.

Expected Result:
Successful connection to Thunderbird or iCal.

Actual Result:
Connecting to Thunderbird or iCal did not work. During troubleshooting, I tried to access the calendar in the web browser by navigating to 'https://domain.tld/baikal/html/dav.php/calendars/user/default' and always received an HTTP 500 error.

Logs:
After reviewing the logs and the Baikal-config, I noticed the following entry in /baikal/config/baikal.yaml:
base_uri: ''

I had to set this to:
base_uri: '/baikal/html/'

After this change, the connection worked.

Additional Information:
It would be helpful to point out that the integration into Thunderbird or other calendar apps can vary. I had to search for the correct configuration online. For example, here are the settings that worked for me:

MacOS Calendar:

Thunderbird:

Environment: Baikal version: 0.9.5
Installation method: Uberspace Lab

Suggested Fix:
Update the documentation to include the necessary configuration change in the baikal.yaml file and provide examples for integrating with different calendar applications.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant