Error when upgrading, Migration LocalLinks v 15

Hi

Im trying to update an Umbraco 15 website to 15.4.2 but getting this error when upgrading. Not sure how to handle this? Can I try to run the Migration locally? Try to fix the error on database, how?

What kind of approach do you suggest?

Thanks in advance

System.ArgumentException: The value cannot be an empty string. (Parameter 'oldValue')
   at System.ArgumentException.ThrowNullOrEmptyException(String argument, String paramName)
   at System.String.Replace(String oldValue, String newValue)
   at Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0.LocalLinks.LocalLinkProcessorForFaultyLinks.ProcessStringValue(String input)
   at Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_0_0.LocalLinks.LocalLinkRteProcessor.ProcessRichText(Object value, Func`2 processNested, Func`2 processStringValue)
   at Umbraco.Cms.Infrastructure.Migrations.Upgrade.V_15_1_0.FixConvertLocalLinks.ProcessPropertyDataDto(PropertyDataDto propertyDataDto, IPropertyType propertyType, IDictionary`2 languagesById, IDataValueEditor valueEditor)