# 升级链接显示空白页面

**URL:** https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474
**Category:** Support
**Created:** [2018年十一月6日 21:54 UTC](https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474 "2018-11-06T21:54:26Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![rdk](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@rdk](https://meta.discourse.org/u/rdk)
#### Post date: [2018年十一月6日 21:54 UTC](https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474/1 "2018-11-06T21:54:26Z")

</div>

Following the ‘one-click browser upgrade’ link from emails alerting me to ‘New Discourse version, upgrade available’ simply leads to a largely blank page, as shown in image

 ![Screenshot_20181107_085018](https://global.discourse-cdn.com/meta/original/3X/3/2/3244cd89e49d048425f96e178b41a0bc55ebe3fa.png)  
[url is /admin/upgrade]

Clicking the processes tab works in sense that it shows the actual processes, but then clicking back to versions tab just leads back to same blank page.

This has been true of last four or five ‘new version’ emails. Was hoping it would just solve itself but it hasn’t yet.

Any suggestions?

[I found [https://meta.discourse.org/t/automated-upgrade-page-not-showing/63194](https://meta.discourse.org/t/automated-upgrade-page-not-showing/63194) but there is no mention of whether it was ever actually resolved.]

---

<div class="post-metadata">

### Author: ![codinghorror](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/codinghorror/32/110067_2.png) [@codinghorror](https://meta.discourse.org/u/codinghorror)
#### Post date: [2018年十一月7日 02:41 UTC](https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474/2 "2018-11-07T02:41:20Z")

</div>

SSH in and execute these two commands

```
cd /var/discourse
./launcher rebuild app

```

---

<div class="post-metadata">

### Author: ![rdk](https://avatars.discourse-cdn.com/v4/letter/r/ba8739/32.png) [@rdk](https://meta.discourse.org/u/rdk)
#### Post date: [2018年十一月7日 04:50 UTC](https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474/3 "2018-11-07T04:50:40Z")

</div>

That worked. Thanks.

---

<div class="post-metadata">

### Author: ![jomaxro](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/jomaxro/32/126216_2.png) [@jomaxro](https://meta.discourse.org/u/jomaxro)
#### Post date: [2018年十一月7日 05:21 UTC](https://meta.discourse.org/t/upgrade-link-shows-blank-page/101474/4 "2018-11-07T05:21:52Z")

</div>


