mirror of
https://github.com/ciur/papermerge.git
synced 2026-04-25 12:05:58 +03:00
[GH-ISSUE #166] /static/ directory not being served #127
Labels
No labels
2.1
3.0
3.0.1
3.0.2
3.0.3
3.0.3
3.1
3.2
3.2
3.3
3.5
3.x
Fixed. Waiting for feedback.
Fixed. Waiting for feedback.
UX
Version 2.1 - alpha
XSS
announcement
beta
blocker
bug
cannot reproduce
confirmed
confirmed
critical
demo
dependencies
deployment
detchnical debt
discussion
docker
documentation
donations
duplicate
enhancement
feature request
frontend
fundraising
good first issue
good issue
help wanted
high
implemented
important
improvement
incomplete
invalid
investigation
kubernetes
low
low impact
medium
medium
medium impact
migration from 2.0
migration from 2.1
missing-language
missing-ocr-language
no-activity
note
ocr
outofscope
packaging
performance
popular request
pull-request
pypi
question
raspberry pi
roadmap
search
security
setup
status
task
technical debt
updates
user xp
version 1.4.0 - demo
will be implemented
will not be implemented
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/papermerge#127
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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 @lukyjay on GitHub (Oct 14, 2020).
Original GitHub issue: https://github.com/ciur/papermerge/issues/166
Originally assigned to: @ciur on GitHub.
Description
A fresh install of 1.5.0rc1 and there is no access to the /static/ directory. I am running as root and there are no permissions issues. The files exist.
Expected
Images and CSS in the web interface.
Actual
Log:
14/Oct/2020 09:23:18] "GET / HTTP/1.1" 200 14459 [14/Oct/2020 09:23:18] "GET /static/admin/css/all.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/css/icheck-bootstrap.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/css/papermerge.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/css/adminlte.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/jquery.min.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/bootstrap.bundle.min.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/papermerge.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/img/logo_bbg.svg HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/adminlte.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /jsi18n/ HTTP/1.1" 200 11964 [14/Oct/2020 09:23:18] "GET /static/admin/img/pre-loader/loader-03.svg HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/bootstrap.bundle.min.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/adminlte.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:18] "GET /static/admin/js/papermerge.js HTTP/1.1" 404 179 [14/Oct/2020 09:23:24] "GET /static/admin/css/all.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:24] "GET /static/admin/css/adminlte.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:24] "GET /static/admin/css/icheck-bootstrap.min.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:24] "GET /static/admin/css/papermerge.css HTTP/1.1" 404 179 [14/Oct/2020 09:23:33] "GET /static/admin/css/icheck-bootstrap.min.css HTTP/1.1" 404 179Info:
@ciur commented on GitHub (Oct 14, 2020):
Hi @lukyjay, can you please confirm that you are using official docker containers?
Please note that official docker container uses PostgreSQL database.
@lukyjay commented on GitHub (Oct 14, 2020):
Hey @ciur
Not using docker. I followed the bare metal instructions within a Proxmox container running Ubuntu server
@ebertland commented on GitHub (Oct 21, 2020):
Are you using Apache with mod_wsgi? Or gunicorn with Nginx as proxy? Or some other combination?
@lukyjay commented on GitHub (Oct 31, 2020):
Cannot get this to work. I deleted the container, started a new one and it's working now.
I was just using the built in server.