create-redwood-app failure with axios 503
See original GitHub issuei start with:
yarn create redwood-app redwood-test
It failed with axios .
And i turn to:
create-redwood-app ./test-3
It failed also with axios.
Then i find this and i think the reason is using proxy.
i have no choice but to use proxy (like v2ray) for some reason.
By the way, npx create-react-app ./test
works without any error.
So anyone has any solution?
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (5 by maintainers)
Top Results From Across the Web
why making a get request with axios failing with status code ...
Help me out. node index.js Error: Request failed with status code 503 at createError (D ...
Read more >Having an issue using Axios or hitting my REST API. : r/Heroku
I'm having some trouble getting my API / Axios requests to work on Heroku though. All of my requests are returning a 503...
Read more >axios request failed with status code 500 - You.com - You.com
Solution: In the catch block, the error which will always be 500 internal server error; so, use error.response.
Read more >Getting Error 503 when sending request via Glitch
My Node.js server is supposed to send a GET request to a third-party website via Axios, but that website returns a 503 error, ......
Read more >Handling Errors | Axios Docs
axios.get('/user/12345') .catch(function (error) { if (error.response) { // The request was made and the server responded with a status code // that falls ......
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
i try and it works. Thanks a lot. 😁
Hi @qiwang97 Here are instructions for a manual setup process. Let me know if you have any problems or questions. Otherwise, this should get you ready to begin building your own app.
https://community.redwoodjs.com/t/how-to-manually-bootstrap-install-create-redwood-app/115