1,044 questions
1
vote
3
answers
2k
views
Visual Studio 2026 fresh install keeps giving "Internal Server Error"
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 ...
0
votes
0
answers
80
views
TurboRepo Internal Server Error next-js for loacl host
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 ...
0
votes
0
answers
88
views
Error 500 - Internal Server Error on Django on Production server
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 ...
0
votes
1
answer
90
views
WebAPI Return Unauthorized or Internal Server Error
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. ...
0
votes
1
answer
66
views
Postgres SQL Internal Server Error: Id seen as non-null
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....
0
votes
1
answer
81
views
Internal server error in server works in localhost
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 ...
0
votes
0
answers
44
views
getting error POST https://example.online/wallet/paynow/upi 500 (Internal Server Error) in node js app
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 (...
0
votes
1
answer
120
views
LinkedIn API: Consistent 500 Internal Server Errors When Retrieving Organizational Entity Statistics and Followers data
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. ...
0
votes
0
answers
55
views
getting the status as NOT_FOUND even though my DB contains the data
DbQueryStatus
Results from mongo query find id
@GetMapping(value = "/getSongTitleById/{songId}")
public @ResponseBody Map<String, Object> getSongTitleById(@PathVariable("songId&...
0
votes
1
answer
206
views
Cannot perform CRUD (DELETE operation) on MongoDB (MERN stack)
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 ...
0
votes
1
answer
125
views
Error 500 internal server error while uploading an image .NET 7
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 ...
0
votes
1
answer
135
views
Can't fetch the images from the public folder although the other details in the page is working perfectly
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 ...
0
votes
1
answer
101
views
How to configure in build keepalived of opensips?
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 ...
1
vote
0
answers
202
views
Encountering 500 Server Error on Initial Request in Next.js App Deployed on Vercel
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....
0
votes
1
answer
268
views
Next.js Forms Work Locally but Fail on cPanel Deployment
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 ...
0
votes
1
answer
138
views
Internal Server Error 500 Django on Apache
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.
...
0
votes
1
answer
257
views
How can I configure NestJS to continue after it has encountered an exception?
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 ...
0
votes
0
answers
53
views
Internal Server Error: MultiValueDictKeyError in Django
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 ...
1
vote
0
answers
61
views
How to resolve Axios Error whlle using Google-Auth using firebase?
import { CHECK_USER_ROUTE } from "@/utils/ApiRoutes";
import { firebaseAuth } from "@/utils/FirebaseConfig";
import axios from "axios";
import { GoogleAuthProvider, ...
1
vote
2
answers
1k
views
wordpress can't create debug.log
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 ...
1
vote
0
answers
195
views
Executing GET API in Swagger UI not showing response body for status code 500
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 ...
0
votes
0
answers
78
views
Getting validation error with FastAPI after updating response model
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 ...
0
votes
1
answer
554
views
Azure Chatbot Demo run locally fail "InternalServerError: Unable to get resource information"
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 ...
0
votes
1
answer
2k
views
Odoo V15, 500: Internal Server Error after move to new server | UserError: The attachment is colliding with an existing file
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 ...
-2
votes
1
answer
189
views
How do I solve GET 500 (Internal Server Error) error?
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 ...