Languages got lost

I have a weird problem with my self hosted invoiceninja. Today I noticed that most of the available lanagues got lost, only French - Swiss, Hungarian, Khmer and Lao are still available. When I set the Localization → Language to null it defaults to the english translation. But when the language field is empty the snappdf generator is unable to generate Invoices.
Plus I would like to have german as the language.

I tested various things to find out the cause but so far am unable to. What I have tried is:

  • cleared cache
  • reverted to various previous docker version
  • checked on a variety of devices and browsers
  • checked the avaiable languages in the db (all available)

Don’t know where to go next. What I changed in the recent days was I switched the invoiceninja instance from a single container with a shared mariadb to a stack with a dedicated mariadb container. But I can’t imagine how that should influence this?

Please advise.

Current version: v5.8.27-C155

Hi,

It may help to load /update?secret=secret in the browser.

/update?secret=secret didn’t help unfortunately

I now logged in the console of the container and ran “php artisan cache:clear” and “php artisan optimize” and that did work.

1 Like

Glad to hear it, thanks for sharing the solution!