How we fixed this issue:
1.) Navigate to the applicable AI Search Resource
2.) Select Search management -> Indexers
3.) Open the indexer that has the issue.
4.) Click the "{} Edit JSON" tab.
5.) Locate the "fieldsMappings" section of the JSON markup.
6.) Apply the following:
"fieldMappings": [
{
"sourceFieldName": "metadata_storage_path",
"targetFieldName": "metadata_storage_path",
"mappingFunction": {
"name": "base64Encode",
"parameters": null
}
}
]
7.) Click Save, which will navigate back to the Indexers
8.) Click the Run button to rerun the indexer process.
9.) Done!
Good Luck!