Questions tagged [http-status-code-502]
148 questions
0
votes
1 answer
502 Bad Gateway downtime while deploying in AKS
i have a problem with AKS and the implementation of AGIC, whenever i make an actualization to my deployment i experience 5 to 10 minutes of downtime with the error 502 bad gateway. this only happens after i update an already existing…

zoluxero
- 61
- 5
0
votes
0 answers
502 Gateway error - ngnix on django application
I have an already running sites one is the main (user-facing) and one staging website. They're in django and have been running for years, but during one of my builds i started encountering a "502 bad gateway error" when I clicked on some of the…

M.N
- 129
- 3
0
votes
1 answer
bad gateway when sending GET request to google
as shown in the code posted below, i have a method named createOptionsFor and it returns options object. as shown in the constants sections below, i am trying to connect to translate.google.
when i call connect,which is posted below as well, the…

Amrmsmb
- 1
- 27
- 104
- 226
0
votes
1 answer
Request failed with status code 502 when deploying Flask app to Render, but working fine locally
Recently I deployed my Flask application to Render, but I encountered an error that I didn't experience when running it on my local machine.
The error message I'm receiving is:
D {message: 'Request failed with status code 502', name: 'AxiosError',…

KarlShane
- 1
- 1
0
votes
0 answers
How to solve uiautomator 502 BadGateWay Error
It works on my computer, but I deployed it as an exe program through pyinstaller, but it doesn't work.
[D 230621 15:25:00 __init__:661] [pid:14580] [ce12160cfb12c03304] kill process(ps): uiautomator
[D 230621 15:25:02 __init__:391] [pid:14580]…
0
votes
0 answers
502 error on Flask Docker application for training ML models
I've created a Flask web application for training and testing ML models using datasets provided by the users and I've created a docker image of this application.
The docker container runs fine locally, but when I call the service from the deployed…

giord
- 1
- 1
0
votes
0 answers
[Symfony 5]Bad gateway error on call only if i don't have dumps in my php script
My symfony application call a route when I have a Soap Call in it and when this one is in error, instead of pass from try to catch, I have an "502 Bad Gateway Error", only if I don't dump the exception.
For information, my Symfony is in 5.4 version…

Rhea
- 1
- 2
0
votes
0 answers
Getting 502 Bad Gateway error when executing Postman curl request locally
I am getting a 502 Bad Gateway error coming from nginx after I execute the same curl command that is working from Postman. I try to connect to the Ciena lab but I am not being able to do that. I am working behind a proxy and I tried to execute the…

Luis Roset
- 11
- 4
0
votes
0 answers
Downloading CSV Returning is working fine with local API reference. With respect to Azure Server .Net core API throwing 502 bad gateway
When I download CSV with Large Amount of data it working Fine. When I deploy to server it throwing 502 with in 20 Secs.
Even We have added command timeout for stored procedure and KeepAliveTimeout for kestrel

Siva
- 1
- 1
0
votes
0 answers
Google App Engine deployment error 502: Bad Gateway with Django and Gunicorn
I am trying to deploy a Django application on Google App Engine using Gunicorn as the WSGI server. The application works well locally, but when deployed to App Engine, I encounter a 502: Bad Gateway error. I have checked the logs in Google Cloud…

Decapix Deca
- 1
- 1
0
votes
0 answers
Error502: "Internal server error" in Amplify
I'm trying to get checkout session of stripe in Amplify.
I created Amplify rest api and function with path already.
So I changed app.js in amplify/backend/function/stripeAPI/src.
const express = require('express')
const bodyParser =…

Bohdan V.
- 115
- 1
- 11
0
votes
0 answers
What causes "This Connection is Not Private", a 502 error, and a conflicting server name error in nginx/linux?
Good Morning,
Apologies as this has been asked many many times before - however nginx and networking is not my strong point at all, so i need a little help to identify my specific issue. I believe it is possibly two separate issues, but maybe its…

GT-OS
- 1
- 1
0
votes
1 answer
New S3 asset returning 502 when accessed
I'm taking over an existing create-react-app project that already displays several image assets from an S3 bucket. I added a new image and synced it to S3, but whenever the site tries to retrieve the image, it returns a 502 Bad Gateway error.
The…

TabsNotSpaces
- 1,224
- 10
- 22
0
votes
1 answer
Nginx Node JS: How To Fix "File Upload 502 Cors Error"?
This is weird, I am able to access all of the endpoints except the file upload. It works fine in my local server, but not in the production server.
So I am using Angular Http Client to upload the file:
async uploadSingle(event) {
this.file =…

Alvin Stefanus
- 1,873
- 2
- 22
- 60
0
votes
0 answers
Getting a 502 Bad Gateway on Application Load Balancer on AWS
I've deployed a KeystoneJS backend on ECS using a ApplicationLoadBalancedEc2Service with CDK. I'm still pretty new to AWS and when I try to visit the domain, I get a 502 Gateway Error. I've attached my CDK template for reference.
From ALB access…

FRMR
- 289
- 3
- 27