Backoffice panel is totally empty with no reason. See the picture below:
The funny thing is that backoffice panel does not work only on my machine (locally). Other team members do not encounter this problem, however, we are working on the same project with the same repo. So, I think that the problem sits locally, but I can't imagine where exactly, because all the functionality that do not come out of the box is stored in the remote repo.
And if you clean your workspace, update project from remote and perform "ant clena all" and run the server, then for me backoffice panel does not work, but for other team members it works correctly.
Have anyone encountered the same problem?
UPDATED:
This is what I got after first try of resetting configs:
and this is the second try:
nothing is changed.
below you can see the stack trace with the warning itself:
SOLVED:
The problem was sitting in the database I have used MySQL 5.6 and the other 3 members 8.x, for us Backoffice didn't work -> for others who uses 5.7 or 5.6.45 it works fine. It is a little bit strange and I did not find any information regarding to third party compatibilities on the official sites of hybris. There is only installation recommendation for the MySQL but no version recommendations and which is more stable...