Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

The error message "Could not proxy request /users from localhost:3000 to http://localhost:5000/" means that the server at localhost:3000 was unable to forward a request for the "/users" endpoint to the server at localhost:5000. This could be due to a number of reasons, such as a network issue or an incorrect configuration on either server.