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
Finished uploading blobs to deploy store
No cached functions were found
Finished hashing
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.