Vault import not working #1259

Closed
opened 2026-02-05 00:24:09 +03:00 by OVERLORD · 0 comments
Owner

Originally created by @stanthewizzard on GitHub (Apr 26, 2022).

Versions
Server Installed Ok
1.24.0
Server Latest
1.24.0
Web Installed Ok
2.28.0
Web Latest
2.28.0
Database
MySQL: 10.6.7-MariaDB-1:10.6.7+maria~bullseye-log
Checks
Running within Docker
No
Environment settings overridden
No
Uses a reverse proxy
Yes
IP header Match
Config/Server: X-Real-IP
Internet access Ok
Yes
Internet access via a proxy
No
DNS (github.com) Ok
140.82.121.3
Date & Time (Local)
Server: 2022-04-26 15:48:38 +02:00
Date & Time (UTC) Ok
Server: 2022-04-26 13:48:38 UTC
Browser: 2022-04-26 13:48:39 UTC
Domain configuration Match HTTPS

Hello

When I'm importing json inside the Web GUI
I get this

        <html lang="en">
        <head>
            <meta charset="utf-8">
            <title>400 Bad Request</title>
        </head>
        <body align="center">
            <div role="main" align="center">
                <h1>400: Bad Request</h1>
                <p>The request could not be understood by the server due
            to malformed syntax.</p>
                <hr />
            </div>
            <div role="contentinfo" align="center">
                <small>Rocket</small>
            </div>
        </body>
        </html>

I'm unable to import
Reverse proxy is nginx
client_max_body_size 0;
large_client_header_buffers 4 16k;

Thanks for help

Originally created by @stanthewizzard on GitHub (Apr 26, 2022). Versions Server Installed Ok 1.24.0 Server Latest 1.24.0 Web Installed Ok 2.28.0 Web Latest 2.28.0 Database MySQL: 10.6.7-MariaDB-1:10.6.7+maria~bullseye-log Checks Running within Docker No Environment settings overridden No Uses a reverse proxy Yes IP header Match Config/Server: X-Real-IP Internet access Ok Yes Internet access via a proxy No DNS (github.com) Ok 140.82.121.3 Date & Time (Local) Server: 2022-04-26 15:48:38 +02:00 Date & Time (UTC) Ok Server: 2022-04-26 13:48:38 UTC Browser: 2022-04-26 13:48:39 UTC Domain configuration Match HTTPS Hello When I'm importing json inside the Web GUI I get this ``` <html lang="en"> <head> <meta charset="utf-8"> <title>400 Bad Request</title> </head> <body align="center"> <div role="main" align="center"> <h1>400: Bad Request</h1> <p>The request could not be understood by the server due to malformed syntax.</p> <hr /> </div> <div role="contentinfo" align="center"> <small>Rocket</small> </div> </body> </html> ``` I'm unable to import Reverse proxy is nginx client_max_body_size 0; large_client_header_buffers 4 16k; Thanks for help
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/vaultwarden#1259