160 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
106
views
502 error with NGINX and Cloudflare - 2 servers [closed]
I've tried much of the advice I've found on here, and it hasn't worked so far.
Here's my network flow:
HTTPS -> Cloudflare -> NGINX (server 1) -> Apache (server 2) -> WordPress
Here are my ...
0
votes
0
answers
98
views
CloudFront 502 Error - Previously Working Google Cloud Run Origin Suddenly Failing
I'm experiencing a 502 error with my CloudFront distribution that was previously working fine. This is the second time this has happened to me with a Google Cloud Run origin connected to AWS ...
2
votes
0
answers
238
views
VS Code Local Port Forwarding Error 502 – "This page isn’t working"
I'm trying to use VS Code local port forwarding to forward port 3000, but when I try to access the generated URL (v0jw1fjz-3000.inc1.devtunnels.ms), I get the following error:
This page isn’t working
...
0
votes
0
answers
61
views
Terraform deployment - 502 Bad Gateway on ALB DNS; Target group EC2 instances failed health checks
I'm using Terraform to deploy a simple architecture on AWS:
3 auto-scaling EC2 instances (ASG) in a private subnet and install nginx on the servers
ALB in a public subnet
Public subnet and private ...
0
votes
1
answer
133
views
Django Project on Azure, 502 error after deployment
I'm deploying a Django app on Azure Web App using Gunicorn and keep getting a 502 Bad Gateway error. Despite binding to the correct port, setting up environment variables for Key Vault, and enabling ...
1
vote
1
answer
200
views
FastAPI + Apache. 409 response from FastAPI is converted to 502. What can be the reason?
I have a FastAPI application, which, in general, works fine. My setup is Apache as a proxy and FastAPI server behind it. This is the apache config:
ProxyPass /fs http://127.0.0.1:8000/fs retry=1 ...
0
votes
0
answers
40
views
How to reset a StackAPIError: 502, 'throttle_violation', 'too many requests from this IP, more requests available in 80678 seconds')
I need to reset a StackAPIError: ('https://api.stackexchange.com/2.3/sites/?pagesize=1000&page=1&filter=%21%2AL1%2AAY-85YllAr2%29', 502, 'throttle_violation', 'too many requests from this IP, ...
0
votes
1
answer
129
views
Azure AGIC giving 502 Bad Gateway with AKS
I have configured Azure AKS cluster with kubenet Plugin. after that have created Application Gateway with same resource group and same vnet.
After that I have update route table entry for ...
0
votes
1
answer
634
views
gspread API 502 Server Error when updating a Google Sheet with Python
I'm pretty new to this stuff, so I'm going to provide as much information as possible just in case it is relevant.
In VSCode (1.93.1), I created a Python script which makes updates to a Google Sheets ...
0
votes
1
answer
145
views
HTTP 500/502 errors in the Windows Application Event Log
How does Windows/IIS decide which HTTP 500/502 errors get logged in Windows Application Event log? If I inspect the errors in the event viewer, I can see some HTTP errors but not all. And for example, ...
-1
votes
1
answer
122
views
Bad Gateway azure, application gateway
i am having trouble with bad gateway 502, these are the errors
this is my inbound settingsthis is my outbound settingsand this is my application gateway can somebody help me? I can pass more info if ...
0
votes
0
answers
930
views
502 Bad Gateway on Nginx with Laravel, PHP 8.3, and Ubuntu 24.04
I’ve set up Nginx 1.24.0 on Ubuntu 24.04 LTS, installed PHP 8.3 (PHP 8.3.6), and deployed a fresh Laravel 11.2 project. I created a virtual host on port 82 for telegrambot.test. However, when I try to ...
0
votes
0
answers
2k
views
Nginx Proxy Manager "502 Bad Gateway- openresty"
I've recently set up NPM for some servers on my backend and everything seems to be working just fine for most except for a couple servers that seem to return a "502 Bad Gateway" errors even ...
1
vote
0
answers
301
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-...
0
votes
1
answer
303
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....