python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
504 gateway time-out error with nginx server for angular SSR project
I have my angular project deployed on nginx server in which angular universal is applied. Everything works fine. But when user log in and reload page then its showing '504 Gateway Time-out'.
My nginx ...
ganesh
Votes: 0
Answers: 0
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 blo...

Felipe
Votes: 0
Answers: 1
Uncaught (in promise) Error: Request failed with status code 504
I send a post request like this:
My code
async sendData(data) {
const response = await this.$api.request({
url: `/v2/application/${localStorage.getItem('guildID')}`,
method: 'post',
...
Beginner
Votes: 0
Answers: 0
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...

imthegrv
Votes: 0
Answers: 0