reading 'postMessage
时间: 2023-10-18 16:26:52 浏览: 182
根据引用中的错误信息"org.springframework.http.converter.HttpMessageNotReadableException: I/O error while reading input message; nested exception is",以及引用中提到的解决办法,这个错误通常是由于在读取输入消息时出现了I/O错误导致的。如果你遇到这个问题,可以尝试按照引用中的解决方法来解决。
另外,根据引用中的描述,如果你的后端在等待接收数据,而前端也在等待后端返回,而且发现数据被消费了,有可能是因为前端使用了mock数据,导致了请求体的丢失。你可以尝试注释掉vue.config文件中的mock相关配置来解决这个问题。
综上所述,如果你遇到了"reading 'postMessage"的问题,可以先检查后端是否出现了I/O错误,然后尝试通过注释掉前端的mock相关配置来解决问题。<span class="em">1</span><span class="em">2</span><span class="em">3</span>
#### 引用[.reference_title]
- *1* *2* [***.http.converter.HttpMessageNotReadableException: I/O error while reading input message;...](https://blog.csdn.net/Hello_World_QWP/article/details/126918628)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
- *3* [vue-element-admin发送post请求,后端I/O error while reading input message; 解决](https://blog.csdn.net/weixin_45947759/article/details/128348382)[target="_blank" data-report-click={"spm":"1018.2226.3001.9630","extra":{"utm_source":"vip_chatgpt_common_search_pc_result","utm_medium":"distribute.pc_search_result.none-task-cask-2~all~insert_cask~default-1-null.142^v93^chatsearchT3_1"}}] [.reference_item style="max-width: 50%"]
[ .reference_list ]
阅读全文