# Failed to Bootstrap

**URL:** https://meta.discourse.org/t/failed-to-bootstrap/212206
**Category:** Self-hosting
**Created:** [December 15, 2021, 3:49pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206 "2021-12-15T15:49:53Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![akhil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/akhil/32/340051_2.png) [@akhil](https://meta.discourse.org/u/akhil)
#### Post date: [December 15, 2021, 3:49pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206/1 "2021-12-15T15:49:53Z")

</div>

Hello everyone!

After I enter the CDN URL, I executed the below commands:

```plaintext
cd /var/discourse
./launcher enter app
bundle exec rake posts:rebake

```

Now the site is showing a white-screen error.

I tried to rebuild using the below commands:

```plaintext
cd /var/discourse
git pull
./launcher rebuild app

```

Now, this error comes:

[](https://i.postimg.cc/ZRXy6g6C/Screenshot-2021-12-15-211213.jpg)

I don’t have any backups since I just finished setting up, added all categories! 2 days of work!

Please help!

Thanks  
Akhil

---

<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: [December 15, 2021, 3:53pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206/2 "2021-12-15T15:53:49Z")

</div>

You should be able to start things back up with

```
  ./launcher start app

```

and then make your backup!

I also just got a rebuild error related to yarn:

```plaintext
"lodash@4.17.21\" is incompatible with request
ed version \"lodash@4.17.15\"", "warning \" > @mixer/parallel-prettier@2.0.1\" has unmet peer dependency \"prettier@^2.0.0

```

I’m looking further to see what it might be.

I just rebuilt again and it worked, so perhaps something that was broken got fixed…so you might just try to rebuild again after you make that bacukp!

---

<div class="post-metadata">

### Author: ![akhil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/akhil/32/340051_2.png) [@akhil](https://meta.discourse.org/u/akhil)
#### Post date: [December 15, 2021, 4:33pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206/3 "2021-12-15T16:33:13Z")

</div>

Thanks for the help. Unfortunately, it is not working. Still blank screen ☹

---

<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: [December 15, 2021, 4:59pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206/6 "2021-12-15T16:59:49Z")

</div>

Sorry you’re having trouble.

I’m looking for testers for [https://www.pfaffmanager.com/](https://www.pfaffmanager.com/), my new tool to manage self-hosted sites. If you’ll create an account there, click list servers and then Free! Manage Existing Server and follow the directions there to add the ssh key to your server so that pfaffmanager can do a rebuild, I’ll help figure out what the problem is.

---

<div class="post-metadata">

### Author: ![akhil](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/akhil/32/340051_2.png) [@akhil](https://meta.discourse.org/u/akhil)
#### Post date: [December 15, 2021, 5:04pm UTC](https://meta.discourse.org/t/failed-to-bootstrap/212206/7 "2021-12-15T17:04:01Z")

</div>

Now the site is online but still see the error in the console. I’ll create an account and follow your instructions!
