Skip to content

Commit 9d65349

Browse files
committed
chore: lint
1 parent 73b8a0e commit 9d65349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extra/troubleshooting.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ The JMS Serializer service is available as `jms_serializer`.
4646

4747
## "upstream sent too big header while reading response header from upstream" NGINX 502 Error
4848

49-
Some of your api calls fail with a 502 error and the logs for the api container shows the following error message `upstream sent too big header while reading response header from upstream`.
49+
Some of your API calls fail with a 502 error and the logs for the API container shows the following error message `upstream sent too big header while reading response header from upstream`.
5050

5151
This can be due to the cache invalidation headers that are too big for NGINX. When you query the API, API Platform adds the IDs of all returned entities and their dependencies in the headers like so : `Cache-Tags: /entity/1,/dependent_entity/1,/entity/2`. This can overflow the default header size (4k) when your API gets larger and more complex.
5252

0 commit comments

Comments
 (0)