File upload on self hosted version

Are you using our SaaS platform (Baserow.io) or self-hosting Baserow?

Self-hosted

If you are self-hosting, what version of Baserow are you running?

latest and advanced

If you are self-hosting, which installation method do you use to run Baserow?

docker compose

What are the exact steps to reproduce this issue?

I have a table with an attribute file. I try to upload pictures. sometimes it works (for eg with the app heic format ) sometimes it doesn’t for example png (see screenshot). I upload them via UI but I also want upload some pdf via rest api.

Attach screenshots, videos, or logs that demonstrate the issue.

Hi!

Can you show docker logs from the container?

Also, does this happen repeatedly on specific images, or randomly (like, one image may cause an error in one run, but will work fine in another)?

1 Like

it shows an authorization error.

for the heic format it always works for the png it always makes an error. the heic has 1 mb size and the png has 8 mb. maybe the data size is to big?

I tried a couple of files now. it feels like everything which is bigger the 1 mb will be rejected. Is this normal?

it is really weird.

it shows an authorization error.

Can you show exact log entries?

for the heic format it always works for the png it always makes an error. the heic has 1 mb size and the png has 8 mb. maybe the data size is to big?

Also, HEIC is not processed as image, so most likely it’s the image itself. Can you open the image and save it with image editor app, and see if you can upload this version?

I found the problem. it wasn’t ah baserow problem. My NGINX had a configuration issue and blocked upload higher then 1 megabyte.

thank you for your support :slight_smile: