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

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

Closed
FrostScent opened this issue Jun 17, 2024 · 6 comments
Closed

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

FrostScent opened this issue Jun 17, 2024 · 6 comments
Assignees
Labels
discourse solved stale 15 days without activity tech-issues The user has a technical issue about an application

Comments

@FrostScent
Copy link

FrostScent commented Jun 17, 2024

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
  1. 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

Additional information

No response

@FrostScent FrostScent added the tech-issues The user has a technical issue about an application label Jun 17, 2024
@github-actions github-actions bot added the triage Triage is needed label Jun 17, 2024
@FrostScent FrostScent changed the title Issue with discourse-calendar plugin [Discourse] Issue with discourse-calendar plugin Jun 17, 2024
@javsalgar javsalgar changed the title [Discourse] Issue with discourse-calendar plugin [bitnami/discourse] Issue with discourse-calendar plugin Jun 18, 2024
@javsalgar
Copy link
Contributor

Hi,

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

@FrostScent
Copy link
Author

Hi, @javsalgar

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

@javsalgar
Copy link
Contributor

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
Copy link
Author

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 github-actions bot removed the triage Triage is needed label Jun 20, 2024
@github-actions github-actions bot assigned alemorcuq and unassigned javsalgar Jun 20, 2024
Copy link

github-actions bot commented Jul 6, 2024

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 github-actions bot added the stale 15 days without activity label Jul 6, 2024
Copy link

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.

@bitnami-bot bitnami-bot closed this as not planned Won't fix, can't repro, duplicate, stale Jul 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
discourse solved stale 15 days without activity tech-issues The user has a technical issue about an application
Projects
None yet
Development

No branches or pull requests

4 participants