You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I tried the project since the exercise 9 I have proxy error
Proxy error: Could not proxy request /api/heroes from localhost:8081 to http://localhost:8888. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).
this error is driving me crazy
The text was updated successfully, but these errors were encountered:
When I tried the project since the exercise 9 I have proxy error
Proxy error: Could not proxy request /api/heroes from localhost:8081 to http://localhost:8888. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).
this error is driving me crazy
You have to initialize the project with the command npm run dev not npm run serve, check out the config in the package.json file for the dev command, it's start the server with the backend that has the json database
When I tried the project since the exercise 9 I have proxy error
Proxy error: Could not proxy request /api/heroes from localhost:8081 to http://localhost:8888. See https://nodejs.org/api/errors.html#errors_common_system_errors for more information (ECONNREFUSED).
this error is driving me crazy
The text was updated successfully, but these errors were encountered: