Leantime / leantime

Leantime is a goals focused project management system for non-project managers. Building with ADHD, Autism, and dyslexia in mind.
https://leantime.io
GNU Affero General Public License v3.0
4.46k stars 582 forks source link

[BUG] 500 code error in exported calendar URL #2644

Open filipesaraiva opened 2 weeks ago

filipesaraiva commented 2 weeks ago

What set up are you using

Describe the bug I am using Leantime 3.2.0 self-hosted. I tried calendar URL export function. I import that URL in Google Calendar but nothing was presented. So I tried open the URL directly in browser and in wget, both show me the http 500 error.

To Reproduce Steps to reproduce the behavior:

  1. Export some calendar URL. The calendar must have some to-do event;
  2. Import the URL in some calendar application (like Google Calendar);
  3. The to-do event is not presented;
  4. Try the URL in the browser or wget and error 500 is presented.

Expected behavior The URL works and the calendar to-do are presented in calendar applications.

Leantime Version 3.2.0

Server Apache

PHP / MySQL Version php8.2

Additional context The URL generated is like https://URL/calendar/ical/code

If necessary I can share an example URL generated by my instance.

marcelfolaron commented 5 hours ago

Any errors in the error logs?