Please bump PHP to 8.2 to resolve this issue in Leantime:
https://github.com/Leantime/leantime/issues/2970
Thanks!
Please bump PHP to 8.2 to resolve this issue in Leantime:
https://github.com/Leantime/leantime/issues/2970
Thanks!
Description:
When using the LimeSurvey Cloudron app:
Accessing /admin/index.php works correctly.
Accessing /admin alone redirects to http://example.app:8000/admin/ and hangs.
This happens because the LimeSurvey rooturl configuration is not automatically set to the Cloudron public URL. The redirect uses the internal service port instead of the public domain.
Steps to Reproduce:
Install LimeSurvey on Cloudron.
Navigate to https://<your-domain>/admin.
Observe the redirect to internal port :8000 and failure to load.
Navigate to https://<your-domain>/admin/index.php — page loads correctly.
Expected Behavior:
/admin should redirect to the correct public URL and load the admin interface.
Additional Notes:
Setting rooturl manually in application/config/config.php fixes the issue, but the config is reset when the service is restarted.
Suggestion: Cloudron should automatically set and persist rooturl based on the app’s public domain.