hoodiehq / faq

Frequently asked questions about Hoodie
faq.hood.ie
11 stars 3 forks source link

Large Attachments do not sync. #150

Open recurve opened 4 years ago

recurve commented 4 years ago

Large BLOB attachments do not sync. They silently stay on the local PouchDB in the web browser and if you try to sign out you are prevented from doing so with the following error:

{"status":413,"name":"Request Entity Too Large","message":"Payload content length greater than maximum allowed: 1048576"}

The file wasn't all that large. It was a screenshot and about 1 megabyte in size. It looks like a setting maybe for HAPI or something. Anyone know where to increase the limit? thank you.