Skip to main content
The 2024 Developer Survey results are live! See the results

Questions tagged [http-status-code-502]

The tag has no usage guidance.

http-status-code-502
-2 votes
0 answers
25 views

502 Bad Gateway Error on Custom Shopify App Built with Remix and Hosted on GCP [closed]

I'm encountering a 502 Bad Gateway error when trying to open our custom app in the Shopify store. The app is built using Remix and is hosted on Google Cloud Platform (GCP). Here are the steps we have ...
Muscled PM's user avatar
0 votes
0 answers
33 views

Getting error as undefined in catch block under axios only for 500 series error [closed]

For API call I have implemented axios it's working properly for the http status 200 and 400 series as expected but for the 500 series errors iam getting error as undefined in catch block. Note: need ...
nanthinidevi's user avatar
0 votes
0 answers
41 views

How to solve 502 bad gateway in GKE cluster

I'm getting below error in GKE logging cluster on PROD ENV I have 2 GKE cluster running in GCP Dev Env Cluster Prod Env Cluster 1 service is running in dev env same is security-test that has domain ...
Mohd Rashid's user avatar
0 votes
0 answers
71 views

502 Errors via Google Cloud-Run When Request Returns >64KiB JSON, Compressed?

I'm having a problem with my service running under Google's Cloud-Run sending 502 responses for large API responses. My (Angular) frontend app sends a JSON formatted request to my (Kotlin+Ktor) Cloud-...
Brian White's user avatar
  • 8,546
0 votes
0 answers
51 views

HTTP Request works in Postman and curl, but not in .NET Core code and throws 504 (Gateway Timeout) and 502 (Proxy Error) errors

I'm trying to call an API in my .NET Core web app project but it returns these errors as a response: 504 Gateway Timeout 502 Bad Gateway Although, this API responds correctly using Postman and CURL....
Mozhgan Hatami's user avatar
0 votes
1 answer
33 views

Do google function often give, 502 error on firebase functions:config:get?

Running the firebase command firebase functions:config:get returns an error Error: Unable to parse JSON: SyntaxError: Unexpected token '<', it was working fine yesterday but today it it not today. ...
JonPen's user avatar
  • 113
1 vote
1 answer
27 views

Does APIGEE have limit on the number of api calls it receives per second?

The api calls in my project goes this way: Mobile --> APIGEE layer --> Service1 --> APIGEE layer --> Service2 So, I'm facing a timout issues happening when multiple calls are being made ...
Rajeev's user avatar
  • 494
0 votes
0 answers
55 views

How to resolve consistently occuring 502 errors in Spring Reactive based microservice using Netty Server

I have Spring Reactive based microservice which is using Netty Server with version 4.1.101.Final.The complete architecture and flow of my microservice is: API Gateway -> Load Balancer -> PCF (Go ...
Satyam Pareek's user avatar
0 votes
0 answers
49 views

503 / 502 Error occured when making axios request to https://www.google.com through squid proxy

I have configured squid proxy in my system as below export HTTPS_PROXY="<username>:<password>@<proxy_ip>:<proxy_port>" Then I am trying to make get request to google....
Gokulakannan's user avatar
0 votes
1 answer
77 views

Docker angular-nginx 502 Bad Gateway

I've been trying to run my angular app on nginx with docker but I can't get it running. This are the last modifications I tried: My docker file: FROM node:latest as build WORKDIR /usr/local/app COPY ...
user24718521's user avatar
0 votes
1 answer
71 views

Getting Nginx 502 Bad Gateway after deploying Flask API to Elastic Beanstalk |111: Connection refused while connecting to upstream

I'm really new into servers and stepping from development into production and lately I've had some errors while deploying a Flask API to AWS Elastic Beanstalk. I "successfully" deployed my ...
paulomeister's user avatar
0 votes
1 answer
123 views

Why does my angular app hosted on nginx doesn't work?

I've been trying to host an Angular app on NGINX with Docker but when I build the container and go to localhost:8080 I get an 502 Bad Gateway error. This is my Dockerfile: FROM node:latest as build ...
user24718521's user avatar
0 votes
0 answers
29 views

Why does my angular app hosted on nginx with docker doesn't work?

I've been trying to host an angular app on nginx with docker during this past week but i couldnt get through it. This is mi dockerfile: your textFROM node:latest as build ...
user24718521's user avatar
0 votes
0 answers
29 views

Why i have an 502 with proxy pass but work with mydomain.com:8443

I have a ubutu server with nginx and uses cloudflare as dns I access a panel by doing mydomain.com:8443 and I would like that I have this panel by doing panel.mydomain.com So I add an nginx ...
August 7337's user avatar
0 votes
2 answers
344 views

BigBlueButton/Greenlight: 502 Bad Gateway Error

I have running Bugbluebutton with Greenlight in my private VPS. By the installation everything worked perfectly with no errors while the installation. After an Update I get permamently the Error Code ...
Technofox's user avatar

15 30 50 per page
1
2 3 4 5
11