Unable to login n is null #1654

Closed
opened 2026-04-06 02:06:31 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @onlineapps-cloud on 4/8/2023

Hi, i deployed docker container of vaultwarden and tried to connect using mozilla extension, but i had error: Unable to login n is null
i able to connect using web browser, i used self signed certificate
log from docker compose:

[2023-04-08 12:11:36.824][response][INFO] 404 Not Found
[2023-04-08 12:11:46.085][request][INFO] POST /identity/accounts/prelogin
[2023-04-08 12:11:46.085][response][INFO] 404 Not Found
[2023-04-08 12:13:41.634][request][INFO] GET /api/devices/knowndevice
[2023-04-08 12:13:41.634][response][INFO] GET / [10] (web_files) => 404 Not Found
[2023-04-08 12:13:47.759][request][INFO] POST /identity/accounts/prelogin
[2023-04-08 12:13:47.759][response][INFO] 404 Not Found
[2023-04-08 12:14:34.169][request][INFO] GET /api/devices/knowndevice
[2023-04-08 12:14:34.169][response][INFO] GET / [10] (web_files) => 404 Not Found
[2023-04-08 12:15:18.623][request][INFO] GET /api/devices/knowndevice
[2023-04-08 12:15:18.623][response][INFO] GET / [10] (web_files) => 404 Not Found
[2023-04-08 12:15:26.658][request][INFO] POST /identity/accounts/prelogin
[2023-04-08 12:15:26.658][response][INFO] 404 Not Found
[2023-04-08 12:16:32.024][request][INFO] POST /api/accounts/prelogin
[2023-04-08 12:16:32.027][response][INFO] POST /api/accounts/prelogin (prelogin) => 200 OK
[2023-04-08 12:16:32.078][request][INFO] POST /identity/connect/token
[2023-04-08 12:16:32.142][vaultwarden::api::identity][INFO] User myemail@gmail.com logged in successfully. IP: 172.17.0.1
[2023-04-08 12:16:32.142][response][INFO] POST /identity/connect/token (login) => 200 OK
[2023-04-08 12:16:32.235][request][INFO] POST /identity/connect/token
[2023-04-08 12:16:32.246][response][INFO] POST /identity/connect/token (login) => 200 OK
[2023-04-08 12:16:32.303][request][INFO] GET /api/sync?excludeDomains=true
[2023-04-08 12:16:32.331][response][INFO] GET /api/sync? (sync) => 200 OK

image

*Originally created by @onlineapps-cloud on 4/8/2023* Hi, i deployed docker container of vaultwarden and tried to connect using mozilla extension, but i had error: `Unable to login n is null` i able to connect using web browser, i used self signed certificate log from docker compose: ``` [2023-04-08 12:11:36.824][response][INFO] 404 Not Found [2023-04-08 12:11:46.085][request][INFO] POST /identity/accounts/prelogin [2023-04-08 12:11:46.085][response][INFO] 404 Not Found [2023-04-08 12:13:41.634][request][INFO] GET /api/devices/knowndevice [2023-04-08 12:13:41.634][response][INFO] GET / [10] (web_files) => 404 Not Found [2023-04-08 12:13:47.759][request][INFO] POST /identity/accounts/prelogin [2023-04-08 12:13:47.759][response][INFO] 404 Not Found [2023-04-08 12:14:34.169][request][INFO] GET /api/devices/knowndevice [2023-04-08 12:14:34.169][response][INFO] GET / [10] (web_files) => 404 Not Found [2023-04-08 12:15:18.623][request][INFO] GET /api/devices/knowndevice [2023-04-08 12:15:18.623][response][INFO] GET / [10] (web_files) => 404 Not Found [2023-04-08 12:15:26.658][request][INFO] POST /identity/accounts/prelogin [2023-04-08 12:15:26.658][response][INFO] 404 Not Found [2023-04-08 12:16:32.024][request][INFO] POST /api/accounts/prelogin [2023-04-08 12:16:32.027][response][INFO] POST /api/accounts/prelogin (prelogin) => 200 OK [2023-04-08 12:16:32.078][request][INFO] POST /identity/connect/token [2023-04-08 12:16:32.142][vaultwarden::api::identity][INFO] User myemail@gmail.com logged in successfully. IP: 172.17.0.1 [2023-04-08 12:16:32.142][response][INFO] POST /identity/connect/token (login) => 200 OK [2023-04-08 12:16:32.235][request][INFO] POST /identity/connect/token [2023-04-08 12:16:32.246][response][INFO] POST /identity/connect/token (login) => 200 OK [2023-04-08 12:16:32.303][request][INFO] GET /api/sync?excludeDomains=true [2023-04-08 12:16:32.331][response][INFO] GET /api/sync? (sync) => 200 OK ``` ![image](https://user-images.githubusercontent.com/69077240/230720629-3c78657b-5847-4b90-88cc-ce9a8949cb1a.png)
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1654