Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Shiny App not deploying: Error pushing repository: 504 Gateway Time-out Execution halted

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 application...DONE
Uploading bundle for application: 1414060...DONE
Deploying bundle: 2673072 for application: 1414060 ...
Waiting for task: 676723248
 building: Parsing manifest
 building: Building image: 2919203
 building: Installing system dependencies
 building: Fetching packages
 building: Installing packages
 building: Installing files
 building: Pushing image: 2919203

Code continues to run until I get this error message: ################################# End Task Log ################################# Error: Unhandled Exception: Child Task 676723250 error: Unhandled Exception: Error pushing repository: received unexpected HTTP status: 504 Gateway Time-out Execution halted

Appreciate any advice!

like image 896
Megan Hepner Avatar asked Dec 16 '19 20:12

Megan Hepner


People also ask

What causes a 504 Gateway Timeout?

A 504 Gateway Timeout error indicates that the web server is waiting too long to respond from another server and “timing out.” There can be many reasons for this timeout: the other server is not functioning properly, overloaded, or down. The other server need not always be external (e.g. CDN, API gateway).

How do I fix Error 504 Gateway timeout in Python?

This can be done by checking your web server's access and error logs. If you're using a proxy server, it's possible that the 504 gateway timeout error is caused by your proxy settings. To check on this, you may try disabling your proxy server and see if that resolves the issue.


1 Answers

It just worked for me. I had the same issue earlier. No change to the app or connection.

https://status.rstudio.com/

Monitoring - elevated error rating deploying applications Investigating - We are observing elevated errors deploying applications to shinyapps.io. We've begun to investigate this issue and will provide further updates when we have identified the issue. Dec 16, 2019 - 15:32 (PST)

Monitoring - We believe we identified the issue affecting the deployment of applications to shinyapps.io, and have applied a fix. Applications should be deploying properly at this time. Dec 16, 2019 - 16:32 (PST)

like image 164
Nate Avatar answered Nov 15 '22 09:11

Nate