Still a problem: Netlify error: Max site size exceeded (104857600)
- This topic has 10 replies, 3 voices, and was last updated 8 months, 1 week ago by .
- AuthorPosts
- June 4, 2020 at 4:50 am#2935
elmo
Hi,
other people had the problem before
https://forum.getpublii.com/topic/max-site-size-exceeded-104857600/
I had it on one of my sites, now on another site. The workaround mentioned in the post above doesn’t work any longer (Netlify disabled the possibility for manual uploads after the first deploy – or at least I can’t find the function).
The guys at Netlify are still pointing the finger to Publii: https://community.netlify.com/t/error-max-site-size-exceeded-104857600/13193
Any ideas what might going on? Thanks
June 5, 2020 at 6:33 pm#2952Mathias
I’ve given up on this one. I just upload the files manually to Netlify… Wish there were a solution.
June 5, 2020 at 7:10 pm#2954elmo
Thanks! It’s good to know that I’m not alone with my frustration!
June 5, 2020 at 7:44 pm#2956Tomasz Dziuda
ModeratorHi,
The “newline issue” is something new in this case, some time ago they were unable to provide a reason. I am unable to reproduce this issue, but I will try to add some additional validation on the filenames during netlify upload in upcoming 0.36.1 release.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!June 5, 2020 at 8:14 pm#2957elmo
Thanks a lot!
My half-automatic workaround now:
In Publii under “Server Type”
- “non-compressed catalog”
- Output directory: “folder_1“
Files from folder_1 are copied to folder_2. I use Hazel from Noodlesoft for auto-copying, but a script would work, too.
folder_2 is a local GitHub-Repo. From there I commit and push to GitHub, Netlify builds and deploys.
Choosing “folder_2” directly as the output directory doesn’t work, because Publii overwrites the folder (and kills the hidden .git-folder).
It’s not so simple and elegant as just pressing the button in Publii, but it works.
And by the way: thanks for your great work!
June 5, 2020 at 8:25 pm#2958Tomasz Dziuda
ModeratorCan somebody share with me a backup of website which causes issue on Netlify?
Because I have tried to broke Netlify sync, but I am unable 🙂 I have even tried images with spaces and slashes in their filenames – always it is working fine.
Also in the code I do not see any reason and place where newline characters could appear :/
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!June 5, 2020 at 8:34 pm#2959Mathias
Try the website I just shared in my other ticket. It always errors out on Netlify.
June 5, 2020 at 8:50 pm#2960elmo
This reply has been set as private.June 6, 2020 at 10:34 am#2963Tomasz Dziuda
Moderator@elmo – thanks for sharing your backup – I was able to reproduce your issue on my machine 🙂
I have found one thing – missing content-type header (I have found it mentioned in Netlify documentation). After that sync started to working again 🙂
https://github.com/GetPublii/Publii/issues/732
I will make this fix available in the upcoming v.0.36.1 on the next week 🙂
I do hope that it was a reason, and as you can see – the error message is strange and totally not connected with the real reason of the issue.
--
Do you appreciate the support you've received today? If so, consider donating to the Publii team by clicking here; we'll be sure to use your donation to make Publii even better!June 6, 2020 at 11:23 am#2964elmo
Thanks! I really appreciate it! (so i just donated a bit…)
June 19, 2020 at 11:06 am#3091elmo
Publii 0.36.1 fixed it. Thanks!!
- AuthorPosts
- You must be logged in to reply to this topic.