Vaultwarden API 500: Internal Server Error #1864

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

Originally created by @modarken on 12/15/2022

Subject of the issue

Using Postman to try and connect to vaultwarden API I get a 500: Internal Server Error

Deployment environment

Docker

  • vaultwarden version: 1.26

  • Install method:

  • docker pull

  • Clients used:

  • chrome

  • Other relevant details:

Steps to reproduce

POST /public/identity/connect/token HTTP/1.1
Host: bitwarden.test.local
Content-Type: application/x-www-form-urlencoded
Content-Length: 136

grant_type=client_credentials&scope=api&client_id=user.xxxxx&client_secret=6Yxxxxx

Expected behavior

json return of token

Actual behaviour

<html lang="en"> <head> </head>

500: Internal Server Error

The server encountered an internal error while processing this request.


Rocket
</html>

Troubleshooting data

*Originally created by @modarken on 12/15/2022* ### Subject of the issue Using Postman to try and connect to vaultwarden API I get a 500: Internal Server Error ### Deployment environment Docker * vaultwarden version: 1.26 * Install method: * docker pull * * Clients used: * chrome * Other relevant details: ### Steps to reproduce POST /public/identity/connect/token HTTP/1.1 Host: bitwarden.test.local Content-Type: application/x-www-form-urlencoded Content-Length: 136 grant_type=client_credentials&scope=api&client_id=user.xxxxx&client_secret=6Yxxxxx ### Expected behavior json return of token ### Actual behaviour <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <title>500 Internal Server Error</title> </head> <body align="center"> <div role="main" align="center"> <h1>500: Internal Server Error</h1> <p>The server encountered an internal error while processing this request.</p> <hr /> </div> <div role="contentinfo" align="center"> <small>Rocket</small> </div> </body> </html> ### Troubleshooting data
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1864