542 questions
-4 votes
0 answers
134 views
php 503 Service Unavailable error and code displaying as text in browser [closed]
I have weird behaviour in a newly created domain running php 7.4 Any web page with a .php extension returns a "503 Service Unavailable error", regardless of content and whether or not it ...
0 votes
1 answer
77 views
How to run Artisan::call() method via Ajax when in maintenance mode
I have upgraded a Lravel 10 app to the latest Laravel 12.36.1. On the Laravel 10 app I have an Ajax call in the backoffice to put the project down or up that calls a method setMaintenanceMode(string $...
0 votes
1 answer
54 views
503 error on second request to specific DQL route in production
I'm working on a project using Symfony 5.4 and PHP 7.4. Everything works correctly in both dev and prod environments, except for one route that performs a series of DQL queries on an entity. In ...
1 vote
0 answers
199 views
Error predicting from a vertex ai endpoint in python (error 503 DNS resolution failed)
I'm trying to call a prediction from my custom vertex ai endpoint, but I am getting the below error. Not sure whats happening. below are some things I have tried doing: Double checking endpoint id ...
-1 votes
1 answer
107 views
503 error after 3 minutes of execution time [closed]
I have an function that tries to synchronize data of the API to the system and the system data needs to be synchronized with the API. As you can imagine this can take a little while, definitely when ...
0 votes
1 answer
113 views
Elasticsearch 503 backend does not exist with Python connection in AWS Lambda
I'm trying to run Elasticsearch API requests in a Python Lambda I've defined and deployed into AWS but I've been running into some issues with an API 503 error and the message is "the backend ...
1 vote
0 answers
49 views
503 error when running a python application on planet hoster / N0C
I'm trying to create a simple python application on planet hoster which use the N0C interface (instead of cpanel), I didn't add any code (run.py contains only the template for the 200 ok message) I ...
0 votes
1 answer
171 views
Random 503 / 504 Errors in Google Cloud Run (Java)
We are currently running a Java 17 app on Cloud Run and have encountered an unusual issue. While the service usually operates smoothly, a small percentage of requests (both GET and POST) fail ...
0 votes
0 answers
45 views
What makes triton return 503 error sometime?
I had deployed 14 models on triton server and called them with 100 http rest api request at once after finishing them, calling over again and over again. Firsttime deploying, it looks fine. But after ...
0 votes
1 answer
71 views
Simple site in IIS 10 Getting 503 service unavailable when Identity set to a service account
I installed Sql Server MDS on a brand new sql server. When I try to bring up the website I am getting 503 Service Unavailable, and when I check the app pool MDS creates (MDS Application Pool) it is ...
0 votes
0 answers
372 views
Httpclient rest graph api get error The application request queue is full
When making a REST API call to https://graph.microsoft.com/v1.0/me/mailFolders/Inbox/messages?$top=10&$orderby=receivedDateTime , I get the error message: Application Request Queue Full HTTP Error ...
0 votes
0 answers
30 views
Trying to update database from swift URLSession returns 503 [duplicate]
I am updating 2 tables in my database. One works HTTPURLResponse 200. The other fails response 503. The one that doesn't swift code. All parameter values are set and valid. Showing my POST method but ...
1 vote
0 answers
110 views
Azure Web App Deployment Shows 503 Error, but Flask App Works Fine Locally
I successfully deployed a Flask app from my GitHub repository to an Azure Web App. Locally, everything works perfectly, and the app runs without any issues. However, when I test the domain assigned to ...
0 votes
0 answers
82 views
Error in server error 503 service unavailable the site cannot be reached in ASP.NET Core 8
I have a hosted web application and it was working well, suddenly when I try to get into it by chrome I get this message: Error 503 service unavailable When I get into server and following the ...
0 votes
1 answer
857 views
Getting only status string in HealthCheckResult from ASP.NET Core health check endpoint
In my ASP.NET Core app, I implemented IHealthCheck to return status 503 until warmup of the app is done. But when I call this endpoint from Postman, I see only status string in the output, and not the ...