Ik heb een probleem met het installeren van een plugin

Hi, I want to install 3 plugins for my forum.

Step 1: I configured the GitHub repository in the app.yaml file.

Step 2: I used the rebuild command, and after it finished, I got this prompt.

Step 3: I ran the rebuild command again, and no errors appeared,

but the plugins didn’t show up on the plugins page as expected.

What could be the reason?


I consulted the AI, and it seems the issue might be related to the database. It suggested running the following code—do you think this will resolve the problem?

Hallo, kun je de app binnengaan en controleren of de plugin inderdaad is gekloond?

bijv.

./launcher enter app

# dan

ls /var/www/discourse/plugins

Hi Nat

these plugins have been cloned.

root@nc-de1-app:/var/www/discourse# ls /var/www/discourse/plugins
automation  checklist           discourse-bilibili-onebox  discourse-details         discourse-lazy-videos  discourse-math           discourse-presence  docker_manager  poll           styleguide
chat        discourse-adplugin  discourse-calendar         discourse-doc-categories  discourse-local-dates  discourse-narrative-bot  discourse-solved    footnote        spoiler-alert

this is plugins page

Kun je proberen

# terwijl je nog in de container bent (./launcher enter app)

# controleer op problemen met het eerste ontbrekende plugin
tail -n 50 /var/www/discourse/log/production.log | grep bilibili

Anders kun je gewoon een herstart uitvoeren en kijken of de app zichzelf kan herstellen.

./launcher restart app

thank your suggestion, i restart the app

it works, finally. thank you

2 likes

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.