# Laucher rebuild app doesn't load the plugins

**URL:** https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687
**Category:** Support
**Created:** [October 30, 2024, 7:26pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687 "2024-10-30T19:26:29Z")
**Posts on this page:** 10
**Page:** 1

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [October 30, 2024, 7:26pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/1 "2024-10-30T19:26:30Z")

</div>

```yaml
## see https://meta.discourse.org/t/19157 for details
hooks:
  after_code:
    - exec:
        cd: $home/plugins
        cmd:
          - git clone https://github.com/discourse/docker_manager.git
          - git clone https://github.com/discourse/discourse-solved.git
          - git clone https://github.com/discourse/discourse-ai.git
          - git clone https://github.com/discourse/discourse-chat-integration.git
          - git clone https://github.com/discourse/discourse-doc-categories.git
          - git clone https://github.com/discourse/discourse-gamification.git
          - git clone https://github.com/discourse/discourse-whos-online.git
          - git clone https://github.com/discourse/discourse-algolia.git
          - git clone https://github.com/discourse/discourse-staff-alias.git
          - git clone https://github.com/discourse/discourse-yearly-review.git
          - git clone https://github.com/discourse/discourse-reactions.git
          - git clone https://github.com/discourse/discourse-google-one-tap.git
          - git clone https://github.com/discourse/discourse-cakeday.git
          - git clone https://github.com/discourse/discourse-hcaptcha.git
          - git clone https://github.com/discourse/discourse-policy.git
          - git clone https://github.com/discourse/discourse-akismet.git
          - git clone https://github.com/discourse/discourse-gated-topics-in-category.git
          - git clone https://github.com/discourse/discourse-assign.git
          - git clone https://github.com/discourse/discourse-saved-searches.git
          - git clone https://github.com/discourse/discourse-fingerprint.git
          - git clone https://github.com/communiteq/discourse-private-replies.git
## Any custom commands to run after building
run:
  - exec: echo "Beginning of custom commands"
  ## If you want to set the 'From' email address for your first registration, uncomment and change:
  ## After getting the first signup email, re-comment the line. It only needs to run once.
  #- exec: rails r "SiteSetting.notification_email='info@unconfigured.discourse.org'"
  - exec: echo "End of custom commands"

```

` ./launcher rebuild app`  
dosent add the newly added plugin  
no error  
What am i missing

---

<div class="post-metadata">

### Author: ![willie](https://avatars.discourse-cdn.com/v4/letter/w/838e76/32.png) [@willie](https://meta.discourse.org/u/willie)
#### Post date: [October 30, 2024, 7:32pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/2 "2024-10-30T19:32:35Z")

</div>

What program are you using for execution?

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [October 30, 2024, 7:35pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/3 "2024-10-30T19:35:23Z")

</div>

i didn’t understand you. sorry. can you explain a bit more on what do you mean by `What program`

---

<div class="post-metadata">

### Author: ![willie](https://avatars.discourse-cdn.com/v4/letter/w/838e76/32.png) [@willie](https://meta.discourse.org/u/willie)
#### Post date: [October 30, 2024, 7:37pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/4 "2024-10-30T19:37:01Z")

</div>

What SSH program are you using to update the ./launcher rebuild app?

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [October 30, 2024, 7:38pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/5 "2024-10-30T19:38:21Z")

</div>

### PuTTY: latest release (0.81)

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [October 30, 2024, 7:39pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/6 "2024-10-30T19:39:06Z")

</div>

i used the same before it has worked very well.

---

<div class="post-metadata">

### Author: ![pfaffman](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/pfaffman/32/120154_2.png) [@pfaffman](https://meta.discourse.org/u/pfaffman)
#### Post date: [October 30, 2024, 7:41pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/7 "2024-10-30T19:41:34Z")

</div>

Did the rebuild complete and say that it was destroying and starting a new container?

What does

```
docker ps

```

show?

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [October 30, 2024, 7:46pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/8 "2024-10-30T19:46:40Z")

</div>

i have dm you

---

<div class="post-metadata">

### Author: ![hhf.technology](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/hhf.technology/32/465129_2.png) [@hhf.technology](https://meta.discourse.org/u/hhf.technology)
#### Post date: [November 1, 2024, 1:05pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/9 "2024-11-01T13:05:16Z")

</div>

If anyone has similar problem  
I have solved it by matching client and server version to match the API also.  
then only it will help to build new plugins.  
Before.

 ![The image shows a black background with white text that reads "Client: Docker Engine - Community" and lists several versions and configurations of the Docker Engine. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/3/a/6/3a6c8457094421e553317be31e39a2bed02c72c6.png)  
After  
 ![The image depicts a code snippet, specifically the output of a Docker command, which is commonly used for containerization and deployment of applications. (Captioned by AI)](https://global.discourse-cdn.com/meta/original/4X/f/5/e/f5e94b293eaaab5188178749ef9ed88c3160d8ae.png)

---

<div class="post-metadata">

### Author: ![system](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/system/32/443519_2.png) [@system](https://meta.discourse.org/u/system)
#### Post date: [December 1, 2024, 1:05pm UTC](https://meta.discourse.org/t/laucher-rebuild-app-doesnt-load-the-plugins/333687/10 "2024-12-01T13:05:17Z")

</div>

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