Restored a copy of the PROD mdb to DR(different instance ) and After trying to login, Service catalog pages are broken.
Release : 17.3
Component : Catalog - Request Detail
Need to update the filestore to the correct location:
update usm_configuration set value = '<<SHARED FILESTORE LOCATION>>' where name = 'documentroot' and group_name like '%filestoreconfiguration%'
Note: <<SHARED FILESTORE LOCATION>> should be accessible from Catalog server.