780 questions
-2 votes
1 answer
84 views
Ted EU Swagger API request returns 500 error even for a basic query [closed]
I’m trying to setup API requests for the Ted EU service. They have an example site to test out requests: https://ted.europa.eu/api/documentation/index.html#/notice-search-v3/search . But even trying ...
1 vote
0 answers
78 views
PHP signed video URL with HMAC works initially but fails with 500 error after multiple downloads
I have a video streaming site, and I want to add an expire time and HMAC hash to my download/stream URLs. I’m using the following function to generate signed URLs: function generate_signed_url($...
0 votes
0 answers
109 views
Laravel Sanctum API: Authenticated user is null causing 500 error
I'm new to Laravel and building a backend API system from scratch using Laravel + Sanctum (no frontend yet, just Postman for now). I'm trying to create a simple authenticated API where each logged-in ...
3 votes
0 answers
258 views
Google Chat API suddenly returns 500 Internal Server Error after 2 years of stable operation [closed]
I have a production Java application that has been sending messages to Google Chat spaces using the Google Chat API for over two years with absolutely no issues. The relevant code and Google Cloud ...
0 votes
0 answers
211 views
Next.js app returns 500 error on all API routes after Coolify deployment (MySQL + Hostinger VPS)
I’m encountering an issue while deploying a website built with Next.js and a MySQL database, hosted on a Hostinger VPS using Coolify. Context: • The Next.js site is properly built (next build) and ...
1 vote
0 answers
65 views
LinkedIn API returns 500 Internal Server Error when creating a UGC post with image asset
I'm trying to automate LinkedIn post publishing for a personal profile using Python and the LinkedIn UGC API. I'm authenticating via OAuth 2.0 (authorization code grant), and using a valid access ...
-3 votes
1 answer
407 views
API responds with 500 error when calling OpenAI from Next.js
I'm trying to use the OpenAI API to analyze a physics question in my Next.js project. However, when I send a POST request to my API, I receive a 500 Internal Server Error. I've checked the code and ...
1 vote
3 answers
311 views
HTTP POST from Apps Script to Google Cloud Run Function
I want to send an HTTP POST request with JSON data to a Cloud Run Function using Apps Script, but I don't see any such entry in the Cloud Run Function logs. The Apps Script API is enabled in my Google ...
0 votes
0 answers
31 views
Handling in a reverse proxy configuration, status code 419 is replaced with 500
Local Development Environment. I have touched a little the template file with which the nginx configurations are generated, the result is the following: # from nginxproxy/nginx-proxy # uknp.dock/ ...
0 votes
0 answers
102 views
Status 500 error which is recording no errors with PHP.ini reporting enabled and the function is working in PHP
I have a script I'm building around a PHP transaction to update a couple of tables and insert into another simultaneously and then forward some posted form data on an email and I'm really struggling ...
-1 votes
2 answers
153 views
Http 500 error : ASP.NET Core, Angular SQL Server database
I have an application that runs fine locally, using ASP.NET Core, Angular and a SQL Server database. But, I am having problems when trying to deploy it. I have the SQL Server database deployed to ...
0 votes
0 answers
213 views
NET Web API Requests Failing or Timing Out – How to Diagnose and Fix?
I’m running a .NET Web API and recently started facing issues where some requests are either timing out or failing intermittently. The issue seems to occur inconsistently, and I’m not sure if it’s ...
1 vote
1 answer
107 views
Cannot sort table by column using Google Sheets API in C#
I have a C# program that can fetch add and edit and remove values in my Google sheet. But I can't seem to sort the records in the table correctly. Here is my code: public bool SortGoogleSheet( int ...
2 votes
0 answers
53 views
Is it possible to mass replace scripts in the Google spreadsheet (extensions -> apps script) with a given name?
I need to create a script in python/google scripts that will replace the script in the sheet. The source script that will be used for the replacement will be saved as Google Script and will have a ...
1 vote
0 answers
171 views
500 Error Code on my landing Page (Next.js) deployed on AWS Amplify
Hello I am a junior developer .Currently having issues on a website I developed on Next.js, it is showing Error 500 enter image description here at loading , but the site loads visibly correctly, the ...