Commits UI returns replacements.flatMap error

33 Views Asked by At

Browsing commits in the web UI at /scm/repo/namspace/repo_name/code/branch/default/changesets returns replacements.flatMap is not a function, see image: SCM error

I traced this to scm-ui\ui-components\src\repos\changesets\ChangesetDescription.tsx in line 46.

My deployment is in a docker container but I was able to verify the issue on a physical deployment of the application as well. Am I missing a dependency?

edit: The deployed version of scm-manager is 2.3.0 in both cases.

1

There are 1 best solutions below

2
Paul Stratman On

This issue was resolved by updating my browser to a newer version.