# Couldn't save annotations - NER

**URL:** https://support.prodi.gy/t/couldnt-save-annotations-ner/3969
**Category:** Uncategorized
**Tags:** solved, server, ner
**Created:** [March 2, 2021, 11:39pm UTC](https://support.prodi.gy/t/couldnt-save-annotations-ner/3969 "2021-03-02T23:39:17Z")
**Posts on this page:** 1
**Showing post:** 3

<div class="post-metadata">

### Author: ![getorca](https://sea2.discourse-cdn.com/flex020/user_avatar/support.prodi.gy/getorca/32/1942_2.png) [@getorca](https://support.prodi.gy/u/getorca)
#### Post date: [March 3, 2021, 1:27am UTC](https://support.prodi.gy/t/couldnt-save-annotations-ner/3969/3 "2021-03-03T01:27:40Z")

</div>

seems to be getting caught in the front end console,

```python
VM242:1 POST http://XXXX/give_answers 413 (Request Entity Too Large)

```

So it's on me and my NGINX config.

For anyone else that finds this and is using NGINX the solution was to add and up the `client_max_body_size` in the appropriate NGINX config file ([Module ngx\_http\_core\_module](http://nginx.org/en/docs/http/ngx_http_core_module.html#client_max_body_size)). eg,

```python
client_max_body_size 50m;

```

---

_[View the full topic](https://support.prodi.gy/t/couldnt-save-annotations-ner/3969)._
