Questions tagged [bad-gateway]

Bad gateway refers to http error 502 which is mean that a server which is try to fulfill the client request received an invalid response from upstream server

Bad gateway refers to http error 502 which is mean that a server which is try to fulfill the client request received an invalid response from upstream server.

For more information look for this article: https://www.lifewire.com/502-bad-gateway-error-explained-2622939

167 questions
0
votes
0 answers

Flutter : project don't run from another computer

I build a project from windows computer. It's run perfectly and build perfectly in release mode. When I pull from another computer and try to run. It's show me build failed. And show this type of error. Running "flutter pub get" in…
Abir Ahsan
  • 2,649
  • 29
  • 51
0
votes
1 answer

Dajngo CSV FIle not download ? When we have a large CSV file download its takes some time?Django 502 bad gateway nginx error Django

How can I download a large CSV file that shows me a 502 bad gateway error? I get this solution I added in below. Actually, in this, we use streaming references. In this concept for example we download a movie it's will download in the browser and…
Akash Nagtilak
  • 325
  • 1
  • 5
0
votes
0 answers

Bad Gateway Error on running FastAPI application on IIS

I'm trying to deploy FastAPI app on IIS. I followed this guide from Microsoft. My web.config looks like
vrunnn
  • 96
  • 6
0
votes
0 answers

Getting 'HTTP Error 502.3 - Bad Gateway' when running ASP.NET Core gRPC Service with hosting model OutOfProcess on IIS

I have an ASP.NET Core gRPC Service which works fine with the InProcess hosting model. But I get the following error when I change it to the OutOfProcess hosting model. I have to run the service as an OutOfProcess hosting model. Appreciate any…
Hadi Fooladi Talari
  • 1,180
  • 1
  • 13
  • 36
0
votes
0 answers

Run Angular on linux Nginx with proxy

i have a angular app to be deployed on linux on nginx server with proxy; I have build the app with: ng build --configuration production --base-href /web/ --deploy-url /web/ the resulting output goes into dist/angbaionsweb. I then copy the content…
Ghisbo
  • 3
  • 1
  • 2
0
votes
1 answer

im getting a node connetion error using chomedriver, and selenium

im a little new to coding and stuff but i keep getting this error trying to use chromedriver, and the website is coming up with a 502 error (bad gateway) I've downloaded pywin32, checked for the line "resource_path" and there aren't any, instead…
tago
  • 21
  • 2
0
votes
0 answers

How to configure NGINX inside Docker to work with a Spring Boot App running on localhost?

I try to use NGINX inside a Docker Container with my Spring Boot App running both on localhost (later on a server). NGINX should act as a reverse Proxy for the App running on port 5500. The App has a working Endpoint for GET…
0
votes
1 answer

Getting 502 Bad Gateway (Nginx) while accessing Java application deployed on kubernetes pod

I am getting 502 Badgateway(nginx) while accessing the java application.I have deployed application in the form of pod on kubernetes cluster deployment.yaml file -- apiVersion: "apps/v1" kind: "Deployment" metadata: name:…
SVD
  • 385
  • 4
  • 24
0
votes
1 answer

DockerCompose-Grafana-InfluxDB-Error: Bad Gateway

I know there are some similar questions in the forum, but nothing worked really out. I try to connect grafana and influxdb with a dockercompose File, but everytime i get a Bad Gateway error. Here is the file: services: grafana: image:…
danberg13
  • 3
  • 2
0
votes
1 answer

Jmeter: Getting 502 bad gateway error for some of the requests in suite

I have created a performance test suite in Jmeter. The suite contains one thread group: Thread properties: Number of threads: 100 Ramp-up period: 5 Loop count: 1 Clearing cache and cookies on each iteration. Thread group has 30 samplers (HTTP…
0
votes
0 answers

Problem in PowerApps accessing to SQL Server table with computed column built with a function

introducing my context : I make PowerApps solutions for small businesses I use Azure SQL server as DB I rescently discovered the computed column in SQL Server which should help me to simplify the way my PowerApps applications works Here is my…
0
votes
1 answer

Angular Application Automatically Calling All APIs without being opened in browser

When angular application is being served using sudo npm run serve_dev:ssr then it should wait for url localhost:4400 being opened in browser and after that call all mentioned APIs to display in UI. But issue is that when application is served then…
Nandan Pandey
  • 148
  • 1
  • 11
0
votes
0 answers

Getting '502 BAD Gateway' while uploading image using SAM local lambda function

When uploading a image to a SAM local Lambda function,then it fails with a 502 BAD GATEWAY. Getting 502 error before calling Lambda function, Lambda code is not executed, no display any logs. It just getting 502 error response. SAM local Lambda…
0
votes
1 answer

502 Bad Gateway nginx Laravel 8

I've made an webapplication, and a page called window only screen that automatically refreshes every 30 seconds. with But after a few moments i see 502 Bad Gateway nginx, after refreshing some times. And when…
Othman Boūlal
  • 81
  • 2
  • 10
0
votes
1 answer

nginx + websocket proxy + Ratchet in docker

We have symfony app's who use Ratchet php for websocket. This app is an docker container. On the server we use nginx with proxy to serve docker app. It works for http request in 443. But with websocket we have error : failed: Error during WebSocket…
Max
  • 1