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 ...
67
votes
11
answers
197k
views
The page cannot be displayed because an internal server error has occurred on server
I've installed website on my local machine using IIS 7 successfully.
But when I've deployed it on live server, I got the following error:
"The page cannot be displayed because an internal server ...
0
votes
1
answer
89
views
spring boot An error happened during template parsing
@Controller
@RequestMapping("/products")
public class ProductsController {
@Autowired
private ProductsRepository repo;
@GetMapping({"", "/"})
public ...
0
votes
0
answers
694
views
Internal Server Error on cpannel in node js
i am kinda new in deployment of nodejs on c Pannel.
I installed node js on c pannel and upload my code to c pannel. Only the default router work like
`app.get('/', (req,res)=>{
return res.status(...
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
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
0
answers
359
views
Magento custom rest API works on localhost but throws internal server error on server
We created a couple of custom API's that are working fine on localhost, but on the server one of them give's internal server error.
In the error log we got this:
[Fri Jul 14 16:06:46.397538 2017] [...
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 ...
1
vote
2
answers
12k
views
Failed to open stream: HTTP request failed! HTTP/1.1 500 Internal Server Error in Linux server
I want to get feeds from here http://laimoon.com/feed/jobs?search=female,arts&locations=2
If i directly browse this page in browser it show feed, also If i use this code in my local host which is ...
0
votes
1
answer
248
views
Issue with Odoo Website Checkout Process: Redirecting to Error Page
I'm currently facing an issue with the checkout process on my Odoo website. When customers attempt to checkout, instead of proceeding to the payment method selection page, they are redirected to an ...
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 (...
4
votes
4
answers
21k
views
IIS error 500.19 error when reading web.config
I am running IIS under Windows Server 2016 and I'm trying to run an ASP.Net core 3.1 application but I can't get past this error:
500.19 error
(The language in the picture is Hungarian, but it ...
4
votes
4
answers
44k
views
Problem about 500 Internal Server Error in Python Flask [closed]
This is my Python code:
from flask import Flask, render_template
app = Flask(__name__)
@app.route("/profile/<name>")
def profile(name):
return render_template("index.html", name=name)
if ...
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
0
answers
91
views
htaccess update with some wired text making 500 Internal error
i'm facing problem in my website when htacces updates my website will have 500 Internal Error and this code i found it in the file
BEGIN WordPress
التعلي�
ات (الأسطر) بين "BEGIN WordPress" ...
0
votes
1
answer
114
views
How to resolve the 500 Internal server error in app while recording the scripts in JMeter?
Setup (JMeter configuration & proxy in JMeter & browser) has been done.
Started recording the scripts in JMeter.
At exactly downloading functionality, getting an internal server error in ...
0
votes
1
answer
112
views
Internal server error while updating profile without image
I'm getting an internal server error while updating the user profile. It's updated when I update with a new avatar but get an error while updating without avatar
Backend Code
exports.updateProfile = ...
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 ...
0
votes
1
answer
1k
views
Google API client authorization: Internal Server Error 500
I'm using an OAuth 2.0 for Web Server Applications example code on remote web server.
$client->authenticate(...) causes
Internal Server Error 500.
No idea why, can you help me please?
Here is the ...
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
0
answers
45
views
Update image in laravel controller using javascript
i need to use javascript to update a image file from form in controller. The server response:(Internal Server Error)
For more clarify i post my code:
the view blade..php è:
<div class="col&...
0
votes
1
answer
334
views
500 (Internal Server Error) on GET, POST requests to Function App Azure
I created the Function App, I created a Function named HttpTrigger and provided the code in the index.js file which is the following:
const { performance, promisify } = require('perf_hooks');
const fs ...
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.
...
3
votes
3
answers
3k
views
500 Internal Server Error when passing data with "POST" method in $.ajax
I'm getting 500 internal server error when passing data to a live server via $.ajax({ method: "POST" });
create-estimation.php
$.ajax({
url: "storevalues-offer.php",
...