Closed
Description
Overview of the issue
Unable to sign in with the built-in user accounts, admin, and user. Here is what is in the browser console.
login-form.component.ts:25
POST http://localhost:9000/api/authenticate 401 (Unauthorized)
dispatchXhrRequest @ xhr.js:195
xhr @ xhr.js:15
dispatchRequest @ dispatchRequest.js:51
Promise.then
_request @ Axios.js:163
request @ Axios.js:40
httpMethod @ Axios.js:226
wrap @ bind.js:5
doLogin @ login-form.component.ts:25
(anonymous) @ login-form.vue:22
cache.<computed>.cache.<computed> @ vue.esm-bundler.js:14195
callWithErrorHandling @ vue.esm-bundler.js:2418
callWithAsyncErrorHandling @ vue.esm-bundler.js:2425
invoker @ vue.esm-bundler.js:13210
There is not any error messages in the terminal console.
JHipster info
##### **JHipster configuration, a `.yo-rc.json` file generated in the root folder**
<details>
<summary>.yo-rc.json file</summary>
<pre>
{
"generator-jhipster": {
"applicationType": "monolith",
"authenticationType": "jwt",
"baseName": "myapp",
"buildTool": "gradle",
"cacheProvider": "caffeine",
"clientFramework": "vue",
"clientTestFrameworks": [],
"clientTheme": "spacelab",
"clientThemeVariant": "light",
"creationTimestamp": 1745597307972,
"databaseType": "sql",
"devDatabaseType": "h2Memory",
"enableGradleEnterprise": false,
"enableHibernateCache": true,
"enableTranslation": false,
"entities": [],
"feignClient": null,
"gradleEnterpriseHost": null,
"jhipsterVersion": "8.10.0",
"microfrontend": null,
"microfrontends": [],
"nativeLanguage": "en",
"packageName": "com.abc.myapp",
"prodDatabaseType": "postgresql",
"reactive": false,
"serverPort": null,
"serviceDiscoveryType": null,
"syncUserWithIdp": null,
"testFrameworks": [],
"websocket": "spring-websocket",
"withAdminUi": true
}
}
</pre>
</details>
##### **Environment and Tools**
java version "23.0.2" 2025-01-21
Java(TM) SE Runtime Environment (build 23.0.2+7-58)
Java HotSpot(TM) 64-Bit Server VM (build 23.0.2+7-58, mixed mode, sharing)
git version 2.20.1
node: v22.13.1
npm: 10.9.2
Docker version 19.03.8, build 1b4342cd4c
##### **JDL for the Entity configuration(s) `entityName.json` files generated in the `.jhipster` directory**
<details>
<summary>JDL entity definitions</summary>
<pre>
</pre>
</details>
Motivation for or Use Case
Reproduce the error
Related issues
Suggest a Fix
JHipster Version(s)
Browsers and Operating System
- Tickets opened without reproduction steps or that doesn't follows the template recommendation will be closed.
- Checking this box is mandatory (this is just to show you read everything)