bitnami / containers

Bitnami container images
https://bitnami.com
Other
3.31k stars 4.79k forks source link

[bitnami/discourse] Issue with discourse-calendar plugin #67939

Closed FrostScent closed 2 months ago

FrostScent commented 3 months ago

Name and Version

bitnami/discourse:3

What architecture are you using?

None

What steps will reproduce the bug?

  1. with the compose file below.
    
    version: '3.8'

services: postgresql: image: 'bitnami/postgresql:16' ...

redis: image: 'bitnami/redis:7.0' ...

discourse: image: 'bitnami/discourse:3' environment: ...

sidekiq: image: 'bitnami/discourse:3' environment: ... command: /opt/bitnami/scripts/discourse-sidekiq/run.sh



2. install `discourse-calendar` plugin.

https://github.com/discourse/discourse-calendar

followed the below instructions.

https://docs.bitnami.com/aws/apps/discourse/configuration/install-plugins/

and also tried to copy GitHub repository to the plugin folder of the Docker volume and restarting it.

### What is the expected behavior?

The service should start normally.

### What do you see instead?

The service is not running with the error log below.

![image](https://github.com/bitnami/containers/assets/97640852/235d6f35-5620-4625-9658-1fb8015c4f13)

### Additional information

_No response_
javsalgar commented 3 months ago

Hi,

Is the issue only happening with the discourse calendar plugin? Can you see the same issue with other plugins?

FrostScent commented 3 months ago

Hi, @javsalgar

I have installed the OpenID Connect and Akismet plugins. Both plugins work correctly, but an error occurs only in the Calendar.

javsalgar commented 3 months ago

Hi,

It is not clear to me if the issue has to do with the Bitnami packaging of Discourse or with Discourse itself. Did you check if the plugin with upstream Discourse?

FrostScent commented 3 months ago

Hi, @javsalgar

Thank you for the quick response.

A question on this topic was already posted on the Discourse community two years ago.

The Discourse team responded that they cannot provide support for Bitnami images.

Given that the Discourse Calendar GitHub source has been updated this week, it is expected that it works correctly with Discourse itself.

Please note that due to my development environment, I am unable to use the cloud installation suggested by Discourse, and therefore cannot confirm if Discourse itself is functioning properly.

github-actions[bot] commented 2 months ago

This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.

github-actions[bot] commented 2 months ago

Due to the lack of activity in the last 5 days since it was marked as "stale", we proceed to close this Issue. Do not hesitate to reopen it later if necessary.