Questions tagged [http-status-code-504]

504 Gateway Timeout. The server was acting as a gateway or proxy and did not receive a timely response from the upstream server.

279 questions
-1
votes
1 answer

What can be reason I got CORS error but it was actually NOT a CORS error (more like a 504)?

What can be reason I got CORS error but it was actually NOT a CORS error? Please refer to the following pictures to see what I mean: The console output the error that the request has been blocked by CORS policy:No 'Access-Control-Allow-Origin'…
Qiulang
  • 10,295
  • 11
  • 80
  • 129
-1
votes
2 answers

How to run an api request for 6/8 hours or more in node js?

I have to pull some large amount of data from shopify through api2cart API. I need to pull data for 2/3 years back, which takes hours to pull as we can only pull 250 items per request. With each response, it provides a key to next 250 data pull and…
-1
votes
1 answer

Many Errors when Web-Scraping with splashr including Error in execute_lua(splash_obj, call_function) : Gateway Timeout (HTTP 504)

I'm trying to use splashr to scrape a dynamic webpage, and it's been non-stop problems for me. During my scrape of get_box_score(), I'll either get the errors Error in execute_lua(splash_obj, call_function) : Gateway Timeout (HTTP 504). or Error…
Evan O.
  • 1,553
  • 2
  • 11
  • 20
-1
votes
2 answers

AngularJS C# webapi works locally and after deploy gives No Access-Control-Allow-Origin

Folks, I am an having this issue below, when I tested locally both angularjs and C# webapi, worked perfectly, after the deploy on the server, it doesn't work anymore. The Interest point is I do have another page, which points to the same server,…
Pelissonik
  • 31
  • 1
  • 1
  • 5
-1
votes
2 answers

Java Restlet gets 503/504 error, stops running

I have a Java program set up to make a request to a server every second, using Restlet, but every week during the same time they do some maintenance for about a minute within the hours that I'm running my program. As a result, I get a couple of 504…
Beez
  • 391
  • 5
  • 6
  • 16
-2
votes
1 answer

what are the common causes of 504 Gateway Timeout error?

Some of the application users get 504 Gateway Timeout errors while accessing some app links. However, it works fine for other users. The app is hosted on Amazon Linux 2 AMI Apache Version: 2.4.57 Tried below troubleshooting steps, Clear browser…
-2
votes
1 answer

How to fix HTTP 504 Gateway timeout exception

I am attempting a GET request to another API to get a json response. When I make the request with the code below, I am getting HTTP 504 Error (Gateway timeout error). However, when I tried it through rest client tool, the request does not throw any…
user3919727
  • 283
  • 2
  • 7
  • 25
-3
votes
1 answer

Send a bulk SMS using Twilio PHP library to 2,000+ numbers

I have an integration with Twilio's PHP library to bulk send SMS messages. This is all working fine with 5-10 numbers, however, I keep getting a 504 timeout error after 60 seconds when sending to hundreds of numbers. I have created a simple form…
sc2015
  • 123
  • 13
1 2 3
18
19