# Invalid location error after update

**URL:** https://meta.discourse.org/t/invalid-location-error-after-update/180940
**Category:** Support
**Created:** [February 23, 2021, 10:10pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940 "2021-02-23T22:10:39Z")
**Posts on this page:** 5
**Page:** 1

<div class="post-metadata">

### Author: ![pmichelu](https://avatars.discourse-cdn.com/v4/letter/p/ba9def/32.png) [@pmichelu](https://meta.discourse.org/u/pmichelu)
#### Post date: [February 23, 2021, 10:10pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940/1 "2021-02-23T22:10:39Z")

</div>

Hi! I just ran the automated update on our Discourse instance a few days ago (it’s in a docker container). Now it’s dead in the water - when you go to the site it shows the “Oops” message.

I used “tail shared/standalone/log/rails/production.log” to get the following log output:

Job exception: can not load translations from /var/www/discourse/config/locales/client.en\_US.yml: #\<Errno::ENOENT: No such file or directory @ rb\_sysopen - /var/www/discourse/config/locales/client.en\_US.yml\>

Any ideas on how to fix this?

Regards,  
Pietro

---

<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: [February 24, 2021, 1:57pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940/2 "2021-02-24T13:57:41Z")

</div>

A rebuild is probably what you need.

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

```

---

<div class="post-metadata">

### Author: ![pmichelu](https://avatars.discourse-cdn.com/v4/letter/p/ba9def/32.png) [@pmichelu](https://meta.discourse.org/u/pmichelu)
#### Post date: [February 24, 2021, 2:59pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940/3 "2021-02-24T14:59:52Z")

</div>

Thanks, Jay. Will the existing forum content / posts remain intact? If so, I’ll give it a try…

Regards, Pietro

---

<div class="post-metadata">

### Author: ![pmichelu](https://avatars.discourse-cdn.com/v4/letter/p/ba9def/32.png) [@pmichelu](https://meta.discourse.org/u/pmichelu)
#### Post date: [February 24, 2021, 3:51pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940/4 "2021-02-24T15:51:14Z")

</div>

> [@pfaffman](#):
>
> `./launcher rebuild app`

That worked - thanks! (after running the command once, it prompted me to run it a second time, and then the forum was online again).

Best wishes,  
Pietro

---

<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: [February 24, 2021, 4:09pm UTC](https://meta.discourse.org/t/invalid-location-error-after-update/180940/5 "2021-02-24T16:09:24Z")

</div>

This was a complicated upgrade that included a [PostgreSQL 13 update](https://meta.discourse.org/t/postgresql-13-update/172563). That kind of upgrade usually happens less than once a year. You’ll need to do a command line upgrade about 3 times a year.
