Crypitc errors during manual deploy of static resources

I’m currently trying to update my site “orthobrowserexamples” and running into some issues. This site is a static website containing some html, javascript files, json files, and some tsv files. When I tried to deploy the third orthobrowser example, “fish”, netlify errored out cryptically. I removed /fish/data/msa.tsv, the largest file, and was able to deploy without issue. But now, when I move that msa.tsv file back into my workspace and attempt to deploy again, I get more cryptic errors.

$ netlify deploy --prod ./
Please provide a publish directory (e.g. “public” or “dist” or “.”):
? Publish directory /mnt/c/Users/hartw/BIO/OrthoFinder_HPI/orthofinder_browser/test_files/temp/three_browsers
Deploy path: /mnt/c/Users/hartw/BIO/OrthoFinder_HPI/orthofinder_browser/test_files/temp/three_browsers
Deploying to main site URL…
⠋ Uploading blobs to deploy store…

Netlify Build
────────────────────────────────────────────────────────────────

❯ Version
@netlify/build 29.50.0

❯ Flags
deployId:
open: false
prod: true
prodIfUnlocked: false
skipFunctionsCache: false

❯ Current directory
/mnt/c/Users/hartw/BIO/OrthoFinder_HPI/orthofinder_browser/test_files/temp/three_browsers

❯ Config file
No config file was defined: using default values.

❯ Context
:heavy_check_mark: Finished uploading blobs to deploy store
:heavy_check_mark: No cached functions were found
:heavy_check_mark: Finished hashing
:heavy_check_mark: CDN requesting 1 files
⠧ (0/1) Uploading fish/data/msa.tsv… › Warning: JSONHTTPError: No records matched 422
› Warning:
{
“name”: “JSONHTTPError”,
“status”: 422,
“json”: {
“code”: 422,
“message”: “No records matched”
}
}

› JSONHTTPError: Unprocessable Entity

Any help or thoughts is appreciated here.

Hi, we had an incident earlier and you may have been impacted. You can view the incident on our status page here.