PayloadTooLargeError: request entity too large
Environment (動作環境)
React native (version 0.68.2)
expo (version 45.0.8)
Cause of error (エラーの原因)
The cause was that a large amount of characters were output by console.log().
console.log() で出力していた文字が大量であったことが原因。
After commenting out the corresponding console.log(), the error disappeared. 該当するconsole.log()をコメントアウトしたら、エラーが消えた。 Happily ever after. めでたし、めでたし。