• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Uploading photos to Chevereto Free hangs at 33%

Anton Bourbon

Chevereto Noob
🎯Description of the issue

I can't upload a single photo to a Chevereto Free installation on my server. After choosing a photo on my PC to upload and clicking the green "Upload" button, the progress bar goes from 0 to 33-34%, then resets to zero, then goes to 33% again, and then hangs. The 33% are shown forever, and the PC is not uploading any data. In another browser (Google Chromium), the problem is slightly different

▶🚶‍Reproduction steps
  1. Being logged in, I go to the root of Chevereto Free installation, http://ch.ant-on.net/
  2. Click "Upload" in the upper left corner
  3. Click "browse from your computer"
  4. Choose a 12 MB .jpg file from my PC
  5. Click the green "Upload" button
😢Unexpected result

The photo never gets uploaded, the progress bar hangs around 30-34%

📃Error log message

There are no error messages emitted. The upload just hangs forever.
 
Sorry, I just discovered "client intended to send too large body: 12210865 bytes" errors in the nginx log.
So this had nothing to do with Chevereto.
Fixed by adding

client_max_body_size 200m;

to the nginx config.
 
Back
Top