@Ian Chen This is certainly an odd error to receive. I've put together some suggestions below based on my experience and hopefully one of them will resolve the issue for you.
To troubleshoot this, first, ensure that the fileauth
metadata is correctly set in your Blob Storage, using tools like Azure Storage Explorer to verify its presence and correct naming. Next, review the logs for your indexer to check for any errors or warnings related to the fileauth
field, as these logs can provide valuable insights. Double-check your field mapping configuration to ensure that the sourceFieldName
and targetFieldName
are correctly specified without any typos. Additionally, make sure your indexer is configured to include metadata fields, as specific settings might need to be enabled for proper indexing. After making any necessary adjustments, try running the indexer again to see if the fileauth
field gets populated.