Skip to main content
-4 votes
0 answers
134 views

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 ...
JackieG's user avatar
0 votes
1 answer
77 views

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 $...
McRui's user avatar
  • 2,021
0 votes
1 answer
54 views

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 ...
pepqq's user avatar
  • 57
1 vote
0 answers
199 views

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 ...
ahmedquran12's user avatar
-1 votes
1 answer
107 views

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 ...
oelimoe's user avatar
  • 445
0 votes
1 answer
113 views

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 ...
bardsleyta's user avatar
1 vote
0 answers
49 views

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 ...
GG24's user avatar
  • 333
0 votes
1 answer
171 views

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 ...
XII's user avatar
  • 608
0 votes
0 answers
45 views

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 ...
semenbari's user avatar
  • 805
0 votes
1 answer
71 views

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 ...
Rick Hodder's user avatar
  • 2,272
0 votes
0 answers
372 views

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 ...
Nguyễn Nhân's user avatar
0 votes
0 answers
30 views

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 ...
RyanTCB's user avatar
  • 8,296
1 vote
0 answers
110 views

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 ...
Lara Mamdouh's user avatar
0 votes
0 answers
82 views

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 ...
Roaa Bilhaj's user avatar
0 votes
1 answer
857 views

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 ...
qwerty123's user avatar

15 30 50 per page
1
2 3 4 5
37