Finally, found the nginx configuration issue:
http2_max_field_size 4k; -> http2_max_field_size 16k;
After the change, it works fine.
Finally, found the nginx configuration issue:
http2_max_field_size 4k; -> http2_max_field_size 16k;
After the change, it works fine.