# Browser update not working

**URL:** https://meta.discourse.org/t/browser-update-not-working/167369
**Category:** Support
**Created:** [October 16, 2020, 2:26pm UTC](https://meta.discourse.org/t/browser-update-not-working/167369 "2020-10-16T14:26:54Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![Oogiem](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/oogiem/32/363317_2.png) [@Oogiem](https://meta.discourse.org/u/Oogiem)
#### Post date: [October 16, 2020, 2:26pm UTC](https://meta.discourse.org/t/browser-update-not-working/167369/1 "2020-10-16T14:26:54Z")

</div>

For the last several message I’ve tried to use the browser update link sent to me as admin via email. All that happens is I get a blank white screen. Currently running 2.5.0.beta7 and trying to install 2.6.0.beta4

I have no clue what to do next.

---

<div class="post-metadata">

### Author: ![justin](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/justin/32/157614_2.png) [@justin](https://meta.discourse.org/u/justin)
#### Post date: [October 16, 2020, 3:36pm UTC](https://meta.discourse.org/t/browser-update-not-working/167369/2 "2020-10-16T15:36:37Z")

</div>

Hi @Oogiem - have you tried performing a command line rebuild of your site? It’s possible your container needs an upgrade.

This would be done by logging into your site’s server and running

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

```
