Log not Synching to Database

I’m hazy on how the server works in these situations, but it might be difficult to get a coherent message from the server if this is indeed the PHP config rejecting it. I’m not sure if that gives the server logic the opportunity to respond with anything intelligible or if it just bails. Field Kit should be displaying both the status code (413) and the human-readable message, as long as there is one. But guessing from the error messages @graffte posted in the other topic, it looks like neither a status code nor a error message was provided. Hence the opaque “Network Error” message. That reinforces for me that the PHP interpreter is in fact just bailing on the request, before a status code/message can be generated, but perhaps @mstenta would have more insights into this.

In any event, we will be implementing some sane limits on images in the future, so those should prevent these kinds of errors client-side.