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
0
votes
2 answers

Wordpress site give 504 bad Gateway while html and php file is working

I have a server of my client and I deployed my WordPress website to it using an FTP account, when I try to open My WordPress website I keep getting 504 Bad gateway error as the following screenshot I tried to add a simple HTML document and it…
Amira Elsayed Ismail
  • 9,216
  • 30
  • 92
  • 175
0
votes
1 answer

Hasura Graphql endpoing throwing 504 Error

When I tried to execute a query in hasura console, the response returns 504 after 20.20s. How to solve this? Is hasura application to have any environment variables to configure the request timeout?
Sarath Baiju
  • 226
  • 2
  • 9
0
votes
0 answers

Problem with ssr Cors then axios and proxy [SOLVED]

I had problems yesterday that I never had on previous nuxt projects about CORS. I have indeed read that it was necessary to set the proxy to solve the problem. Despite this, I have a 504 error. I followed several solutions found on the github…
Max
  • 1
  • 1
0
votes
1 answer

Bitbucket create PR API request timing out

We've suddenly started seeing time-outs on our API-based PR creation requests in Bitbucket. I'm able to create a PR in the UI, but any attempt to do so via API results in a 504 Gateway Time-out. We're on the free tier of Bitbucket, so I cannot…
Mike
  • 115
  • 4
0
votes
0 answers

axios post request in create async thunk redux toolkit works in development but throws 504 error in production on vercel next js

The POST request of axios in createAsyncThunk works fine in development but when I deploy the web on Vercel it waits for some seconds and then throw 504 response. Here is the response on production: Promise {, requestId:…
0
votes
0 answers

How To Circumvent 504 Errors

I am working in ReactJs and one of the main aspects of our project is the ability to upload a scorecard and have all of its results parsed and placed into objects. However, due to the nature of these pdfs that get uploaded, there's a LOT of…
user18899735
0
votes
0 answers

504 Gateway Timeout ffmpeg video compression

I have a PHP script that use the ffmpeg to compress mov file and convert in mp4. When I upload a 1gb file, this is converted and in the end appears in console 504 (Gateway Timeout). The instruction I use is this: $cmd = shell_exec("$ffmpegPath -i…
enfix
  • 6,680
  • 12
  • 55
  • 80
0
votes
1 answer

ASP .NET CORE capture time taken before throwing 504 error

I have ASP.NET core 6.0 API project which internally calls other endpoints to get or set data from 3rd party applications. Currently there is performance test going on , for which application is throwing 504 gateway timeout error. I have set timeout…
0
votes
1 answer

Why do EC2/Node.js GET requests work but POST aren’t even routed?

Variations of my issue have been asked dozens of times, but nothing I’ve tried worked. My Node.js API works as expected on localhost for GET and POST requests. On my EC2/nginx instance, the server block was correctly configured and served a static…
0
votes
0 answers

504 Gateway Timeout issue in expressjs while uploading file

Hi i am facing CORS issue in expressjs and nuxtjs while uploading files in production mode. things works fine on localhost but after i deploy to digital ocean, only one route where i upload file doesn't work. here are the codes so far this is…
imthegrv
  • 369
  • 7
  • 17
0
votes
0 answers

How to reload a page if 504 gateway timeout error appears anytime in an automated process on Python? Selenium related

I'm trying to automate a process within a website using Selenium on Python3.x, and sometimes the Error 504 Gateway time-out appears as shown below: I would like to know if there's a way I can tell my program to reload the page (after several…
0
votes
2 answers

How can I troubleshoot a 504 timeout error using Magento, Apache, PHP-FPM, and Varnish?

I have a Magento website and am trying to start a backend process in the admin panel (in my browser) that, when submitted, warns you that the process "can take a long time". Whenever I hit submit though, I end up with a 504 timeout error and can't…
Timothy Fisher
  • 1,001
  • 10
  • 27
0
votes
1 answer

Error 504 when making an API request in NEXTJS deploy at vercel

I have a service handler to handle cv uploads to firebase storage on a NEXTJS project. At the development stage, everything works correctly when the client makes a request to the API. But after deploying to vercel sometimes the API request fails by…
Jovanka
  • 211
  • 1
  • 4
  • 10
0
votes
2 answers

Error 504 bad gateway on Back Office of Prestashop store

I have a problem with my Prestashop Store where sometimes I can get into Front Office without problems, but other times I get an error 504 and worse I cannot get into Back Office because get this error 504. This is happening for four or five days…
Manuel
  • 11
  • 1
0
votes
1 answer

504 Timeout error: upstream timed out (110: Connection timed out) while reading response header from upstream

I'm using a dockerized nginx proxy server. I have a ReactJS app running on another container and have given the proxy pass redirect in the proxy server's nginx conf file. When I try to load the ReactJs with it's url on the browser, I'm getting a 504…