Cannot import large project files

Open
#1,255 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
5/5
Estimated time
Over a week
Newbie friendliness
25/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
nginx

Research direction

The issue names no source file, test, or entry point to inspect. First determine where project-file imports are handled and whether the project supports chunked uploads; done requires an agreed implementation that allows files above the Cloudflare limit and verifies the resulting import path.

Written by the indexing model from the issue text.

Description

backend enhancement frontend

Currently when one tries to import a project larger than 100 MB, an HTTP 413, Request Entity Too Large is returned, even though the nginx server is configured for a max_client_body_size of "250m".

This is because Cloudflare has a limit of 100 MB independent of site configuration. From the Cloudflare support page:

Cloudflare limits upload size (HTTP POST request size) per plan type:

  • 100MB Free and Pro
  • 200MB Business
  • 500MB Enterprise by default (contact Customer Support to request a limit increase)

If you require larger uploads, either:

  • chunk requests smaller than the upload thresholds, or
  • upload the full resource through a grey-clouded DNS record.
Dominant language
TypeScript
Stars
22
Forks
10
Avg merge
2d 2h
Merged PRs (30d)
9

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from sillsdev/TheCombine

All issues in sillsdev/TheCombine

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.