question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

create-redwood-app failure with axios 503

See original GitHub issue

i 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.

image

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:closed
  • Created 4 years ago
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
qiwang97commented, Mar 15, 2020
0reactions
thedavidpricecommented, Mar 15, 2020

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found