[I18n] A `formats` must be a non-empty object

Hi.

I tried to upgrade ELK 8.14.3 to 8.15.0
Ubuntu version 22.04

Using the following command:
sudo apt-get update && sudo apt-get upgrade

I got this error message on frontend:

[I18n] A `formats` must be a non-empty object.

Version: 8.15.0
Build: 76360
Error: [I18n] A `formats` must be a non-empty object.
    at M (https://kibana.domain.net/465f50087cd0/bundles/kbn-ui-shared-deps-src/kbn-ui-shared-deps-src.js:1:138334)
    at j (https://kibana.domain.net/465f50087cd0/bundles/kbn-ui-shared-deps-src/kbn-ui-shared-deps-src.js:1:139130)
    at Module.B (https://kibana.domain.net/465f50087cd0/bundles/kbn-ui-shared-deps-src/kbn-ui-shared-deps-src.js:1:139309)
    at async Promise.all (index 1)
    at async Module._a (https://kibana.domain.net/465f50087cd0/bundles/core/core.entry.js:16:339054)

Note: all datastream and indices deleted before upgrade so there is no any data in elasticsearch.

Before upgrade everything works well. I had to roll back.

Last time I rolled back to a previous state, version 8.14.3.
Today I ran an update then restarted the server and ELK started with version 8.15.0.
I don't know what happened, I did everything like last time when I got an error.