I solved it. The reason was the correct URL to the account. Before it was:
http://localhost:9090/realms/mini_apps_mzhehalo/account
Now it's:
http://localhost:9090/realms/mini_apps_mzhehalo/account?referrer=mini-apps&referrer_uri=http://localhost:4200/
The referrer parameter is very important because it specifies the client name. After adding it, Back to mini-apps showed up like on the screen.