Skip to main content
Filter by
Sorted by
Tagged with
-2 votes
1 answer
82 views

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 ...
Joseph Doob's user avatar
0 votes
0 answers
102 views

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 ...
Raion Chan's user avatar
0 votes
0 answers
203 views

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 ...
bernabé le prolo's user avatar
-3 votes
1 answer
393 views

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 ...
Lê Phong Nguyễn's user avatar
0 votes
0 answers
31 views

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/ ...
Francisco IA Lover's user avatar
-1 votes
2 answers
153 views

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 ...
Ben Crowe's user avatar
1 vote
1 answer
100 views

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 ...
MrSnrub's user avatar
  • 475
1 vote
0 answers
169 views

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 ...
SKILLEMPRESARIO's user avatar
1 vote
1 answer
138 views

I have several sites developed with an old version of laravel that requires PHP 7.0 But the version of phpmyadmin requires 7.4 min. I have in Apache the following error in APACHE: [Mon Jan 13 19:00:58....
Gastón Zampar's user avatar
0 votes
1 answer
315 views

I have a website built with laravel 11 and it is live, I want to hide the server errors such as { "status": "exception", "message": "No query results for model [App\\...
MAHA OUEGHLANI's user avatar
0 votes
0 answers
63 views

I'm on dreamhost and I keep having these errors in my error log. The site shows my custom 500 Error content, and the backend setting and customization pages, but all of the front facing content is ...
Tomoi Huruhara's user avatar
1 vote
0 answers
369 views

I have a page on my site that is at the route routes/gallery in SvelteKit, and clicking on a a tag links to it correctly. But when I reload the page with the browser reload button, I get a 500 ...
stanley's user avatar
  • 626
0 votes
1 answer
219 views

I'm facing an issue where I'm unable to create domain mappings for my App Engine Project via the API. Whenever I attempt to map a custom domain and automatically provision an SSL certificate, I ...
Sonia's user avatar
  • 1
2 votes
0 answers
144 views

I am working on a Next.js project. The code works perfectly fine on localhost, but when I deploy the site, old users encounter a 500 server error. This issue doesn't occur when the site is accessed in ...
farhan ajmal's user avatar
0 votes
0 answers
62 views

I made an django app from the "Python Crush Course" book and when I try to login or register in my django app on heroku server, I have an error 500 on webpage and error 200 on logs. However, ...
Hocuda's user avatar
  • 23
0 votes
2 answers
52 views

Issue: I'm working on a React application with a backend built using Express and MongoDB. I'm encountering issues when trying to fetch student profile data. The browser console shows a 500 Internal ...
vamshi's user avatar
  • 1
0 votes
0 answers
24 views

so in this code I want to update login data, which works fine when submitting the form. But still when submitting, the page gets blocked by an HTTP 500 error. The code should be executed but the user ...
Johannes's user avatar
0 votes
1 answer
120 views

I am encountering Internal Server Error (HTTP status code 500) when attempting to retrieve organizational entity statistics and followers using the LinkedIn API. The organization URN is 12668855. ...
Creative Genius's user avatar
1 vote
1 answer
280 views

Problem Background We have a react-based (version 16.14.0) PWA that is hosted on Microsoft Azure app service plans (premium tier). We've recently seen an increase in a sporadic issue where we are ...
Toby Scamell's user avatar
1 vote
1 answer
54 views

I'm going through the testdriven.io course "Developing Web Applications with Python and Flask" The question is in the Part 6: Deploying to Render I am using the free tier service in Render ...
gnavink's user avatar
  • 21
0 votes
0 answers
91 views

I had migrated my application from .Net 2 to .Net 5 and installed the .Net 5 hosting bundle and the application runed with no issue. Now, I migrated to .Net 8 and installed the hosting bundle .Net 8 ...
kenp's user avatar
  • 500
2 votes
1 answer
1k views

I'm working on a simple Spring Boot project and I want to create a response object for 500 error. This is the controller: @RestController @Slf4j public class DataController { @PostMapping(value = &...
elvis's user avatar
  • 1,266
0 votes
0 answers
2k views

This is my /etc/nginx/sites-enabled/default file map $sent_http_content_type $expires { default off; text/html epoch; text/css 30d; ...
pradeep reddy's user avatar
0 votes
2 answers
261 views

I have an application to predict the size of a fish in an image. I have built a FastAPI endpoint --/predict/-- that runs the multi-step process to make that prediction. The steps include two calls to ...
Savage Henry's user avatar
  • 2,079
0 votes
0 answers
543 views

fun Application.configureRouting() { val targetUrl = "https://oldmy.sdu.edu.kz/loginAuth.php" val myFormData = FormDataContent(Parameters.build { append("username",...
Sultan Suleimenov's user avatar

1
2 3 4 5
16