Skip to main content

Questions tagged [internal-server-error]

A generic HTTP status error message, given when no more specific message is suitable

internal-server-error
0 votes
0 answers
46 views

Menu and submenu with 2 modal in laravel

I have a problem with menu and submenu calling with 2 different modal. I would like when choose in the first menu see the elements of the submenu in another modal. The problem is that I loss the ...
Grazy's user avatar
  • 11
0 votes
1 answer
25 views

500:Internal server error when opening JupyterLab (4.0.11) via Anaconda (2.6.1)

I have been using JupyterLab w/ Anaconda for a while now and have not run into this issue before, but now when I open JupyterLab (4.0.11) from Anaconda, it throws an error "500 : Internal Server ...
metanoia's user avatar
0 votes
0 answers
38 views

Internal Server Error when using createUser with Clerk Authentication in NextJS App Router

I am getting a server error(POST http://localhost:3000/create-users 500 (Internal Server Error)) every time i try to use the createUser function included with Clerk Authentication's Javascript Backend ...
Joe Powder's user avatar
0 votes
1 answer
47 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....
Avik Samanta's user avatar
0 votes
1 answer
42 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 ...
Mina's user avatar
  • 303
0 votes
1 answer
42 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 ...
user4130072's user avatar
-1 votes
1 answer
97 views

FastAPI SQL Post Request receiving 500 Error Internal Server Error

I'm using FastAPI and SQL Alchemy trying to make a post request to my "Player" table in my Postgres SQL Database. However, my player table raises the following error: (https://i.sstatic.net/...
Avik Samanta's user avatar
0 votes
0 answers
15 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 (...
Baba  Tournament's user avatar
0 votes
0 answers
38 views

how to fix internal server error next.js occasionally?

In my next.js project only in development mode (npm run dev), I encounter this error occasionally (10-40) minutes: internal server Error 500 in the browser: And in my vscode terminal I see: error [...
bami's user avatar
  • 269
0 votes
0 answers
36 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. ...
Creative Genius's user avatar
0 votes
0 answers
23 views

Spring Boot Validation not Working for Patch Method

I have a "BookApp" Spring Boot Application. I want to make sure that null, blank, empty values cannot be passed to the fields of Book object. It works fine for createBook() and updateBook() ...
mammed's user avatar
  • 1
1 vote
1 answer
31 views

NEXTJs API : Using formdata to upload file is breaking in the hosted site, while works on local environment

The below code is my client-api.ts uploadPOMedia function export const uploadPOMedia = async (props: any) => { const res = await axios({ method: "POST", url: "/api/...
Pradeep Yadav's user avatar
0 votes
0 answers
51 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&...
Sid's user avatar
  • 3
0 votes
1 answer
183 views

ReferenceError: self is not defined in nextjs

I am working on downloading the html as pdf in next.js project. So, I used html2pdf.js package. This is my code. import html2pdf from 'html2pdf.js'; import ReactDOMServer from 'react-dom/server'; ...
Rogier's user avatar
  • 1
0 votes
1 answer
134 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 ...
Rumeysa Gelgi's user avatar

15 30 50 per page
1
2 3 4 5
71