After upgrading to v9.4.0, I noticed that the javascript has some errors and some thing

Dynamic pages like the repository dashboard keep loading

Also: GitLab doesn't show diff colors in commits anymore

Am I the only one with this issue or is this a general problem with the current version?
Note: I'm not using the new navigation design.
@xNevo Note that you aren't the only one seeing no diff coloring (I am as well): https://gitlab.com/gitlab-org/gitlab-ce/issues/35510 (not the OP, but good to have it linked).
I am seeing some javascript errors -- but I don't have any issues with dynamic pages.
Try a Ctrl+F5 on those pages just in case.
Scrolling down on the commit list reveals the issue you are experiencing~
In addition: I no longer have access to Cycle Analytics (page loads, I still have navigation, but analytics section is blank).
same errors in MR page.
I no longer access to Commits tab & Changes tab.
I found a workaround for the issue.
docker exec -it gitlab bash)bundle exec rake gettext:compile RAILS_ENV=production)bundle exec rake gitlab:assets:compile RAILS_ENV=production NODE_ENV=production)Hey at all,
I got the same error. Thanks for @masakij for the hint. I will try to add the gettext:compile. Would you like to make an PR for that or should I do it ? It can be placed in the same place for compiling the assets. https://github.com/sameersbn/docker-gitlab/blob/master/assets/build/install.sh#L167
It has been fixed by #1302 and will be available in 9.4.0-1. If the issue still persits please reopen this issue.
Would like to ref the following issue, for those who like to have all info in one location:
https://gitlab.com/gitlab-org/gitlab-ce/issues/35193
https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/install/installation.md#compile-gettext-po-files
Most helpful comment
It has been fixed by #1302 and will be available in
9.4.0-1. If the issue still persits please reopen this issue.