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 ...
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 ...
67 votes
11 answers
197k views

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

@Controller @RequestMapping("/products") public class ProductsController { @Autowired private ProductsRepository repo; @GetMapping({"", "/"}) public ...
0 votes
0 answers
694 views

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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", ...

1
2 3 4 5
21