We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In 4.4 while changing proxy I am getting this error "Could not proxy request /api /articles/learn-node from localhost:3000 to http://localhost:8000/."
The text was updated successfully, but these errors were encountered:
I am getting the same error
Sorry, something went wrong.
Make sure your front-end blog app package.json file has
"proxy": "http://localhost:8000/"
If that doesn't work, check your terminal for errors occurring in the back-end server.js file.
No branches or pull requests
Issue Overview
In 4.4 while changing proxy I am getting this error
"Could not proxy request /api
/articles/learn-node from localhost:3000 to http://localhost:8000/."
Describe your environment
Steps to Reproduce
Expected Behavior
Current Behavior
Possible Solution
Screenshots / Video
Related Issues
The text was updated successfully, but these errors were encountered: