`languageDictionary` character limit?

Is there a character limit for the languageDictionary options? Specifically for signUpTerms? My company needs an FAQ on the sign up page and for sites with a long FAQ I keep getting a 502 from nginx. Removing characters from FAQ fixes this issue.

Is this documented anywhere? Maybe there is some other way to put an FAQ on the sign up page?

Ok I’ve got this one figured out. There is in fact no character limit, I just needed to bump up the nginx fastcgi buffers. Here’s the error I was getting in nginx logs: *530 upstream sent too big header while reading response header from upstream and fixed by adding fastcgi_buffers 16 16k; fastcgi_buffer_size 32k; to the nginx config.

1 Like

Hi @max5,

Thank you for sharing your solution with the rest of the Community!

Have a great rest of your day.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.