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

Power Automate - Configure the default Approval Flow to exclude Site Pages

I need to configure the default Approval Flow in SharePoint online, so that it triggers on News Posts but not normal Site Pages. I can differentiate between the two by checking the item properties for the PromotedState, where 1/2 is News and…
0
votes
0 answers

NPM install using http://nginx-redirector.repo-cache.svc.cluster.local/repository fails BAD GATEWAY

I am trying to install - for example - UI5 Tooling or any other NPM package. It keeps failing with the following example error: npm ERR! code ENOTFOUND npm ERR! syscall getaddrinfo npm ERR! errno ENOTFOUND npm ERR! network request to…
Marko V.
  • 1
  • 4
0
votes
0 answers

Bad gateway error code 502 host error on tomcat server

So i have a spring boot web application. I have done my application pretty muuch and I have a remote ubuntu vps server to deploy from hostinger. I configured all of needs server for my application. when i try to click "deploy" button my .war file to…
0
votes
0 answers

JQuery Post - random 502 bad gateway error - NGINX

I am noticing strange behavior with my code. ( PHP 7.4 ). I am using Jquery (jquery-3.6.0.min.js). I am using JQuery post to retrieve the data from the server, but randomly ( sometimes on every 4th attempt ), I do get for the same request 502 Bad…
MadB
  • 1
  • 1
0
votes
1 answer

How to see the address, an api request resolved to on an nginx server with a proxy

I have a nginx webserver configured as follows: server { listen 3000; listen [::]:3000; server_name .+; add_header Strict-Transport-Security "max-age=15552000; includeSubDomains" always; access_log …
wittn
  • 298
  • 5
  • 16
0
votes
1 answer

Nginx Reverse Proxy: Throwing 502 Bad Gateway

I was following this tutorial to learn about Reverse Proxy https://www.youtube.com/watch?v=ZmH1L1QeNHk&t=227s I'm running the docker image like this sudo docker run -d --name nginx-base -p 80:80 nginx:latest I was able to edit the default.conf Here…
MrRobot9
  • 2,402
  • 4
  • 31
  • 68
0
votes
0 answers

I got nginx 502 bad gateway and don't know why (Next.js, EC2, Ubuntu 22.04)

I use next.js + ec2 (Ubuntu 22.04) + s3 + codeDeploy + pm2 and github actions to deploy my application. And i also use nginx and let's encrypt to set https. It went well until the day before yesterday. But i got this error since yesterday. i'm…
highJoon
  • 1
  • 1
0
votes
0 answers

Error adding Guava Eclipse plugin (1.6.0) to Eclipse 2022-09 in a Windows 10 environment

I tried to install the Guava plugin to Eclipse 2022-09 through Eclipse Marketplace. The attempt produced the following error: HTTP Server 'Bad Gateway' : https://dl.bintray.com/guavaeclipseplugin/GuavaEclipsePlugin/latest/content.xml HttpComponents…
Anderus
  • 1
  • 1
0
votes
0 answers

Nginx / PgAdmin / Docker : 502 bad gateway

I am running a full dockerized solution with 9 applications, and some of them are Ngninx and PgAdmin. All the solution is running on a VPS with a domain. So, my problem is when I am trying to hit my PgAdmin container for show the web page, I get a…
Raikho
  • 13
  • 5
0
votes
1 answer

Bad Gateway when using Traefik in docker swarm

I'm currently struggling a lot to spin up a small traefik example on my docker swarm instance. I started first with an docker-compose file for local development and everything is working as expected. But when I define this as swarm file to bring…
42tg
  • 695
  • 6
  • 12
0
votes
1 answer

Microk8s MetalLB ingress headless service - 502 Bad Gateway

Using the latest version of microk8s and trying to set up load balancer to headless service running in the cluster, this is what I have: $ k get all -n ingress NAME READY STATUS RESTARTS …
Kok How Teh
  • 3,298
  • 6
  • 47
  • 85
0
votes
1 answer

Azure Logic App giving Bad Gateway error when connecting with SFTP server

I am trying to create Logic App using SFTP connector that triggers when a file is uploaded to server. While establishing a connection with SFTP server using Password authentication I am getting the error "BadGateway More diagnostic information:…
Abhi
  • 1
  • 1
  • 2
0
votes
0 answers

Random HTTP/1.1 502 Bad Gateway in PHP REST API

I have written a REST API in PHP using slim micro framework. Hosted on Apache (Event MPM) + PHP8.0-FPM on 2-vCPU and 4 GiB RAM and 10Gbps N/w bandwidth behind LoadBalancer. Issue: The test program is receiving random HTTP/1.1 502 Bad Gateway in…
SatbirSingh
  • 198
  • 1
  • 11
0
votes
0 answers

intermittent 502 Bad Gateway nginx/1.18.0 (Ubuntu)

My django app has ben running for about 3 months now. I intermittently get a 502 Bad Gateway error message on any page, I will even get this error the Django admin page, so I don't think its my code. Most of the time the page loads fine, or if I…
user3808752
  • 169
  • 4
  • 14
0
votes
1 answer

502 Bad Gateway nginx/1.18.0 (Ubuntu) Django Digital ocean

I want to deploy my django project with Ubuntu and Digital Ocean. It's not the first time I do it but now I keep getting this error and I don't know what's causing it. I used this video as guide for the process:…
Enmanuel V
  • 31
  • 1
  • 5