`Error: Streamable HTTP error: Error POSTing to endpoint: <html>` が出るときに見えていたもの
この症状は、少なくとも今回渡された issue 群では、Claude Code が POST 先の endpoint に対して返ってきた HTML の `502 Bad Gateway` をそのままエラーとして見せている場面でした。報告はどちらも同じ文字列を含んでいます。 該当 issue は [#87221](https://github.com/anthropics/claude-code/issues/87221) と [#86687](https://github.com/anthropics/claude-code/issues/86687) です。 まず切り分けたいのは、あなたの画面に出ているのが「Claude Code 側の操作ミス」ではなく、POST の先で `502 Bad Gateway` が返っているケースかどうかです。今回の報告では、エラーメッセージの中に次の HTML が含まれていました。 ```html <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad
papoo.work