mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-03-12 01:45:56 -05:00
Static file not found: jquery-3.7.1.slim.js [docker] [1.30.4] #1869
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @working-name on GitHub (Mar 2, 2024).
Subject of the issue
Admin interface cannot load jquery-3.7.1.slim.js.
Possibly related to #3884 but I have not modified admin templates, and vaultwarden is running behind NPM (nginx proxy manager), and have toggled its cache on and off. I don't see any /tmp files either.
Deployment environment
Your environment (Generated via diagnostics page)
Config (Generated via diagnostics page)
Show Running Config
Environment settings which are overridden: DOMAIN, SIGNUPS_ALLOWED, ADMIN_TOKEN
Install method: Docker
Clients used: web vault
Reverse proxy and version: NPM v2.10.4
MySQL/MariaDB or PostgreSQL version: no
Other relevant details: Upgraded from 1.30.0 I think, by doing
docker compose pull && docker compose up -dSteps to reproduce
Upgrade to 1.30.4, login to admin, then open browser console. You'll notice the UI isn't responsive in parts where jQuery is used.
Expected behaviour
Load jQuery.
Actual behaviour
jQuery is not loaded.
Troubleshooting data