Skip to main content
Filter by
Sorted by
Tagged with
1 vote
3 answers
2k views

I just installed Visual Studio 2026. However, whenever I try to run my project, I constantly get an Internal Server Error. The error shows up both inside the IDE and in the browser. If I close and ...
Muhammed YILMAZ's user avatar
0 votes
0 answers
80 views

when you freshly download the tubrorepo using npx create-turbo@latest and uses npm than if you try to open the nextjs website in local host you face the interval server error problem which can be ...
kushal chetri's user avatar
0 votes
0 answers
87 views

I’m facing an issue with my Django application running in production on CPanel, and I'm using Passenger for WSGI. The application works fine on the local machine but on the live server it only works ...
valdimiro einstein's user avatar
0 votes
1 answer
90 views

I'm using a third-party API and cannot get the initial authorization to work to get the session key. I've used this code with several other APIs in the past and am stumped why it's not working here. ...
ptownbro's user avatar
  • 1,336
0 votes
1 answer
66 views

I'm trying to setup a post request with SQL Alchemy where I can update entries in a User table. I'm running into an issue where the user_id is violating the non_null constraint The error: (pg8000....
Avik Samanta's user avatar
0 votes
1 answer
81 views

Below code is throwing 500 Internal server error only in server but works in local host. Any input is appreciated. Controller endpoint: @ApiOperation(value = "This API gets info from external ...
user4130072's user avatar
0 votes
0 answers
44 views

this code completely working fine on localhost but getting error on live node js server i hosted thiscode on vps server with aapanel reacharge.ejs code const handleUPIGatewayPaymentRequest = async (...
Baba  Tournament'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
0 votes
0 answers
55 views

DbQueryStatus Results from mongo query find id @GetMapping(value = "/getSongTitleById/{songId}") public @ResponseBody Map<String, Object> getSongTitleById(@PathVariable("songId&...
Sid's user avatar
  • 3
0 votes
1 answer
206 views

I’m working on a MERN stack “to-do list” application which performs CRUD operations. I could successfully implement “adding task to the database” functionality. However, for “removing task” I’m facing ...
Rumeysa Gelgi's user avatar
0 votes
1 answer
125 views

Problem: when submitting a POST request to upload an image along with other form data in an ASP.NET Core Web API application, I get a 500 Internal Server error. Without providing an image, the request ...
Abdulmoneim Hamed's user avatar
0 votes
1 answer
135 views

The images are not fetched and is showing internal server error The Clerk authentication is throwing the following error as : ⨯ Error: Clerk: auth() was called but Clerk can't detect usage of ...
KIRAN P's user avatar
0 votes
1 answer
101 views

I am trying to configure opensips keepalived for nodes handling in cluster. I followed the instrustions mentioned in this guide. https://controlpanel.opensips.org/htmldoc_9_X_X/keepalived.html. After ...
Aqib Ali's user avatar
1 vote
0 answers
202 views

I'm encountering a persistent issue with my Next.js application deployed on Vercel. Upon the initial request to the "/api/prompt" endpoint, I consistently receive a 500 Internal Server Error....
Mirel Korajac's user avatar
0 votes
1 answer
268 views

If both forms in my Next.js application are functioning properly with Nodemailer locally, but upon deployment to cPanel, I encounter an "Internal Server Error" when attempting to submit the ...
Chowon hasan's user avatar
0 votes
1 answer
138 views

On Windows created a getting started Django app (Rocket screen..). Implemented serving the Django app locally via Apache according to this guide. Followed all the previous threads here in stack. ...
SDIdo's user avatar
  • 149
0 votes
1 answer
257 views

I'm using NestJS 10. I start my server locally using npm run start:dev which is defined in my package.json as "start:dev": "nest start --watch", Having an issue where if a ...
Dave's user avatar
  • 20.1k
0 votes
0 answers
53 views

I have problem with my ecommerce project. When i try to add item to the cart I get this error. But item is in the cart and I get this problem only in my console. Can you please help me get rid of this ...
Michal Šanda's user avatar
1 vote
0 answers
61 views

import { CHECK_USER_ROUTE } from "@/utils/ApiRoutes"; import { firebaseAuth } from "@/utils/FirebaseConfig"; import axios from "axios"; import { GoogleAuthProvider, ...
ASWIN VISWAJITH N R's user avatar
1 vote
2 answers
1k views

I need to create debug.log, but for some reason it was not created. Things I've tried: Installing plugin that should allow logging, to create history of my problems. editing wp-config.php with debug ...
Justin's user avatar
  • 61
1 vote
0 answers
195 views

I am executing a GET request in swagger-ui with two query parameters. On Execution, there is a 500 Internal Server Error Which is expected. But the swagger UI only displays this: It doesn't display ...
pensee's user avatar
  • 585
0 votes
0 answers
78 views

I'm facing error 500 when calling endpoints that used to work... I only updated the response model to output a new column called "owner_id" linked to the id of another table (with foreign ...
Mickael Maujean's user avatar
0 votes
1 answer
554 views

I am currently working on the Azure OpenAI+Cognitive Search Chatbot Demo. And as I try to run the demo locally, I kept getting this error message when using openAI API: Error: Unable to get resource ...
CharlotteHuang's user avatar
0 votes
1 answer
2k views

As first, thank you for help me, i am beginner in Odoo Website. Since i have move on proxmox the website Odoo V15 to new Proxmox (same Website), the website shows me 500: Internal Server Error. Befor ...
Pascal Ottiger's user avatar
-2 votes
1 answer
189 views

After the + button is clicked The quantity increases when I refresh the page The console shows the 500 Internal Server Error every time I click the + button. Also, the ajax coding for the button only ...
123 234's user avatar

1
2 3 4 5
21