Is there a file size limit?

Somewhat different error now, but I am getting this:

POST http://localhost:3020/s3/multipart/OnZH0aCiroTR5DeF1nzDYu3kgsAom5Xx4izbDKrAJUXc0zOrblrh7VVsizLZ3s3lzAVPJejqa4Us_BAx_2Fu9hGvGQS_wtA5iNYao4GVw9lRVBYnTsotzmlr23PNOK7o/complete?key=test_15gb.dat net::ERR_ABORTED 413 (Payload Too Large)

upload:1 Access to fetch at 'http://localhost:3020/s3/multipart/OnZH0aCiroTR5DeF1nzDYu3kgsAom5Xx4izbDKrAJUXc0zOrblrh7VVsizLZ3s3lzAVPJejqa4Us_BAx_2Fu9hGvGQS_wtA5iNYao4GVw9lRVBYnTsotzmlr23PNOK7o/complete?key=test_15gb.dat' from origin 'http://localhost:3001' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.

As you can see, I getting 2 errors:

  1. 413 payload too large
  2. CORS error

I am able to upload small files fine but when uploading large files > 5GB, I get these errors?

You can check this screenshot if it’s helpful: https://share.getcloudapp.com/lluwO2Bz