Proxy error Could not proxy request dataapienergyenergyCountByType from 1921681471108081 to http192168101488080See httpsnodejsorgapierrorshtml#errors_common_system_errors for more information ETIMEDOU
This error message indicates that there was an issue with the proxy server while trying to forward a request from 192.168.147.110:8081 to http://192.168.101.48:8080/. The error specifically mentions an ETIMEDOUT error, which means the connection timed out.
To troubleshoot this issue, you can try the following steps:
- Check the network connectivity between the two IP addresses (
192.168.147.110and192.168.101.48) to ensure they can communicate with each other. - Verify that the destination server (
192.168.101.48:8080) is up and running, and that it's properly configured to accept incoming requests on port8080. - Check if there are any firewall rules or security configurations that might be blocking the connection between the proxy server and the destination server.
- Ensure that the proxy server is correctly configured to forward requests to the correct destination (
192.168.101.48:8080). - Check the logs of both the proxy server and the destination server for any additional error messages or clues about the cause of the timeout.
By following these steps, you should be able to identify and resolve the issue causing the proxy error.
原文地址: https://www.cveoy.top/t/topic/jgHe 著作权归作者所有。请勿转载和采集!