http-status-code-504 Questions

12

Solved

This might be the impossible issue. I've tried everything. I feel like there's a guy at a switchboard somewhere, twirling his mustache. The problem: I have Amazon EC2 running an application. It f...
Boiney asked 24/10, 2014 at 6:56

11

I am using Nginx as a reverse proxy that takes requests then does a proxy_pass to get the actual web application from the upstream server running on port 8001. If I go to mywebsite.example or do a ...
Elielia asked 27/6, 2014 at 13:45

3

We are running following stack on our web server Varnish + Nginx + FastCGI (php-fpm) on RHEL 6.6 Its a dynamic website with different result sets everytime and has around 2 million url's indexed ...
Robbegrillet asked 4/1, 2016 at 14:11

2

Solved

I am working on an angular PWA application. So I added an npm package by ng add @angular/pwa. It is added successfully with no errors. The generated Manifest is working fine. But I am facing issu...

3

I have been using jquery to try and pull data from an API. However I am getting a 504 error. Even when I am using postman to test the data this happens. Can anyone suggest what I need to do to get ...
Rozanna asked 7/5, 2017 at 14:1

1

I've rerun my app several times without a problem, but am recently getting an error and can't deploy my app. It is able to run on my local desktop though so I know the Preparing to deploy applica...
Amadaamadas asked 16/12, 2019 at 20:46

1

Getting 504 gateway timeout in response if the server takes more than 60 secs, process on the server keeps running and complete its execution but on client side getting response 504 gateway timeout...
Ultun asked 27/8, 2019 at 15:20

3

Solved

The client requested to download a compressed log file, using Ext.js a form submission on an embedded iframe. Request was sent to server, which has Apache and JBoss 6. The servlet compresses log fi...
Ileum asked 4/11, 2014 at 18:40

2

Solved

These are both timeout errors, but who is timing out in a 408 vs. a 504? From w3, 408 is defined as: The client did not produce a request within the time that the server was prepared to wait. T...
Anikaanil asked 3/4, 2016 at 23:57

2

I coded a script for database import, it makes a few jobs on database. When I work this script, after a few minutes I'm getting "504 Gateway Timeout Error". I increased all timeout values on php....
Storage asked 1/9, 2013 at 18:41

2

I am using a VM provisioned by my company's internal cloud (KVM) - RHEL 6.4. I am able to clone external repositories from the internet. Yet, I cannot figure out how to clone internal repositories...
Urbanist asked 13/1, 2014 at 7:2

4

Solved

I'm running a rails3.0.7 project with phusion-passenger on nginx. While I was doing a ajax which took about 15 mins to process. It jump up an error with firebug which said "504 Gateway Time-ou...
Disaccredit asked 21/5, 2011 at 16:34

7

Solved

I have a JSONP WCF Endpoint and am trying to track down why I am getting a 504 error. HTTP/1.1 504 Fiddler - Receive Failure Content-Type: text/html Connection: close Timestamp: 11:45:45:9580...
Posh asked 28/1, 2010 at 18:59

1

Solved

In a REST service, is returning a 504 status code appropriate when the application times out waiting for a database query and is unable to complete the client's request? 504 Gateway Timeout ...
Tightfisted asked 19/1, 2014 at 21:57

1

I'm loading data into a text file and when the procedure takes long (lots of data) I get a 504 response (viewed in Fiddler) and obviously the file fails to generate. I thought I'd try increasing th...
Rizal asked 11/6, 2012 at 19:1

2

Solved

I have a Perl CGI application that sometimes times out, causing it to be killed by Apache and 504 Gateway Time-out error to be sent to browser. I am trying to profile this application using NYTProf...
Sanford asked 23/12, 2013 at 7:54

1

I am constantly getting 504 Gateway Errors when my php script needs to run for longer than 60 seconds. I am on Media Temple on a dedicated server. I have contacted Media Temple and they have been ...
Envoy asked 1/10, 2012 at 11:23

6

Solved

I wrote a python script to process some data from CSV files. The script takes between 3 to 30 minutes to complete, depending on the size of the CSV. Now I want to put in a web interface to this, s...
Divot asked 20/1, 2010 at 11:47
1

© 2022 - 2024 — McMap. All rights reserved.