mediacms-io / mediacms

MediaCMS is a modern, fully featured open source video and media CMS, written in Python/Django and React, featuring a REST API.
https://mediacms.io
GNU Affero General Public License v3.0
2.7k stars 498 forks source link

Assets for Django admin are not being found when using Docker #404

Closed dausruddin closed 1 year ago

dausruddin commented 2 years ago

Describe the issue All assets are not being found. So the webpage became plain. I am running using docker.

I am using rootless docker, port 8080.

To Reproduce Steps to reproduce the issue:

  1. Go to Django

Expected behavior Django admin should be beautifully displayed.

Screenshots image

image

Environment (please complete the following information):

Additional context

Long full log
Attaching to mediacms_web_1, mediacms_celery_worker_1, mediacms_migrations_1, mediacms_celery_beat_1, mediacms_db_1, mediacms_redis_1
celery_beat_1    | Checking for script in deploy/docker/prestart.sh
celery_beat_1    | Running script deploy/docker/prestart.sh
celery_beat_1    | Enabling celery-beat scheduling server
celery_beat_1    | Starting server using supervisord...
celery_beat_1    | /usr/lib/python2.7/dist-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
celery_beat_1    |   'Supervisord is running as root and it is searching '
celery_beat_1    | 2022-01-30 03:37:09,281 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
celery_beat_1    | 2022-01-30 03:37:09,281 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_beat.conf" during parsing
celery_beat_1    | 2022-01-30 03:37:09,281 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing
celery_beat_1    | 2022-01-30 03:37:09,285 INFO RPC interface 'supervisor' initialized
celery_beat_1    | 2022-01-30 03:37:09,285 CRIT Server 'unix_http_server' running without any HTTP authentication checking
celery_beat_1    | 2022-01-30 03:37:09,285 INFO supervisord started with pid 1
celery_beat_1    | 2022-01-30 03:37:10,286 INFO spawned: 'celery_beat' with pid 41
celery_beat_1    | celery beat v4.4.7 (cliffs) is starting.
celery_beat_1    | 2022-01-30 03:37:10,655 INFO success: celery_beat entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
celery_beat_1    | __    -    ... __   -        _
celery_beat_1    | LocalTime -> 2022-01-30 03:37:11
celery_beat_1    | Configuration ->
celery_beat_1    |     . broker -> redis://redis:6379/1
celery_beat_1    |     . loader -> celery.loaders.app.AppLoader
celery_beat_1    |     . scheduler -> celery.beat.PersistentScheduler
celery_beat_1    |     . db -> celerybeat-schedule
celery_beat_1    |     . logfile -> /home/mediacms.io/mediacms/logs/celery_beat.log@%INFO
celery_beat_1    |     . maxinterval -> 5.00 minutes (300s)
celery_worker_1  | Checking for script in deploy/docker/prestart.sh
celery_worker_1  | Running script deploy/docker/prestart.sh
celery_worker_1  | Enabling celery-short task worker
celery_worker_1  | Enabling celery-long task worker
celery_worker_1  | Starting server using supervisord...
celery_worker_1  | /usr/lib/python2.7/dist-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
celery_worker_1  |   'Supervisord is running as root and it is searching '
celery_worker_1  | 2022-01-30 03:37:09,776 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
celery_worker_1  | 2022-01-30 03:37:09,776 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_long.conf" during parsing
celery_worker_1  | 2022-01-30 03:37:09,776 INFO Included extra file "/etc/supervisor/conf.d/supervisord-celery_short.conf" during parsing
celery_worker_1  | 2022-01-30 03:37:09,776 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing
celery_worker_1  | 2022-01-30 03:37:09,780 INFO RPC interface 'supervisor' initialized
celery_worker_1  | 2022-01-30 03:37:09,780 CRIT Server 'unix_http_server' running without any HTTP authentication checking
celery_worker_1  | 2022-01-30 03:37:09,780 INFO supervisord started with pid 1
celery_worker_1  | 2022-01-30 03:37:10,782 INFO spawned: 'celery_short' with pid 42
celery_worker_1  | 2022-01-30 03:37:10,783 INFO spawned: 'celery_long' with pid 43
celery_worker_1  | celery multi v4.4.7 (cliffs)
celery_worker_1  | 2022-01-30 03:37:11,155 INFO success: celery_short entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
celery_worker_1  | 2022-01-30 03:37:11,155 INFO success: celery_long entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
celery_worker_1  | > Starting nodes...
celery_worker_1  |      > short1@e5a35349e08c: celery multi v4.4.7 (cliffs)
celery_worker_1  | > Starting nodes...
celery_worker_1  |      > long1@e5a35349e08c: OK
celery_worker_1  | 2022-01-30 03:37:11,543 INFO reaped unknown pid 50
celery_worker_1  | 2022-01-30 03:37:11,562 INFO exited: celery_long (exit status 0; expected)
celery_worker_1  | OK
celery_worker_1  |      > short2@e5a35349e08c: 2022-01-30 03:37:11,565 INFO reaped unknown pid 52
celery_worker_1  | OK
celery_worker_1  | 2022-01-30 03:37:11,992 INFO reaped unknown pid 56
celery_worker_1  | 2022-01-30 03:37:12,011 INFO exited: celery_short (exit status 0; expected)
db_1             | The files belonging to this database system will be owned by user "postgres".
db_1             | This user must also own the server process.
db_1             | 
db_1             | The database cluster will be initialized with locale "en_US.utf8".
db_1             | The default database encoding has accordingly been set to "UTF8".
db_1             | The default text search configuration will be set to "english".
db_1             | 
db_1             | Data page checksums are disabled.
db_1             | 
db_1             | fixing permissions on existing directory /var/lib/postgresql/data ... ok
db_1             | creating subdirectories ... ok
db_1             | selecting dynamic shared memory implementation ... posix
db_1             | selecting default max_connections ... 100
db_1             | selecting default shared_buffers ... 128MB
db_1             | selecting default time zone ... Etc/UTC
db_1             | creating configuration files ... ok
db_1             | running bootstrap script ... ok
db_1             | performing post-bootstrap initialization ... ok
db_1             | syncing data to disk ... ok
db_1             | 
db_1             | 
db_1             | Success. You can now start the database server using:
db_1             | initdb: warning: enabling "trust" authentication for local connections
db_1             | You can change this by editing pg_hba.conf or using the option -A, or
db_1             | 
db_1             |     pg_ctl -D /var/lib/postgresql/data -l logfile start
db_1             | 
db_1             | --auth-local and --auth-host, the next time you run initdb.
db_1             | waiting for server to start....2022-01-30 03:32:34.092 UTC [48] LOG:  starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
db_1             | 2022-01-30 03:32:34.096 UTC [48] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1             | 2022-01-30 03:32:34.107 UTC [49] LOG:  database system was shut down at 2022-01-30 03:32:33 UTC
db_1             | 2022-01-30 03:32:34.112 UTC [48] LOG:  database system is ready to accept connections
db_1             |  done
db_1             | server started
db_1             | CREATE DATABASE
db_1             | 
db_1             | 
db_1             | /usr/local/bin/docker-entrypoint.sh: ignoring /docker-entrypoint-initdb.d/*
db_1             | 
db_1             | waiting for server to shut down....2022-01-30 03:32:34.294 UTC [48] LOG:  received fast shutdown request
db_1             | 2022-01-30 03:32:34.297 UTC [48] LOG:  aborting any active transactions
db_1             | 2022-01-30 03:32:34.299 UTC [48] LOG:  background worker "logical replication launcher" (PID 55) exited with exit code 1
db_1             | 2022-01-30 03:32:34.299 UTC [50] LOG:  shutting down
db_1             | 2022-01-30 03:32:34.317 UTC [48] LOG:  database system is shut down
db_1             |  done
db_1             | server stopped
db_1             | 
db_1             | PostgreSQL init process complete; ready for start up.
db_1             | 
db_1             | 2022-01-30 03:32:34.412 UTC [1] LOG:  starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
db_1             | 2022-01-30 03:32:34.412 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
db_1             | 2022-01-30 03:32:34.412 UTC [1] LOG:  listening on IPv6 address "::", port 5432
db_1             | 2022-01-30 03:32:34.419 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1             | 2022-01-30 03:32:34.427 UTC [62] LOG:  database system was shut down at 2022-01-30 03:32:34 UTC
db_1             | 2022-01-30 03:32:34.432 UTC [1] LOG:  database system is ready to accept connections
db_1             | 2022-01-30 03:32:41.761 UTC [1] LOG:  received fast shutdown request
db_1             | 2022-01-30 03:32:41.764 UTC [1] LOG:  aborting any active transactions
db_1             | 2022-01-30 03:32:41.766 UTC [1] LOG:  background worker "logical replication launcher" (PID 68) exited with exit code 1
db_1             | 2022-01-30 03:32:41.766 UTC [63] LOG:  shutting down
db_1             | 2022-01-30 03:32:41.795 UTC [1] LOG:  database system is shut down
db_1             | 
db_1             | PostgreSQL Database directory appears to contain a database; Skipping initialization
db_1             | 
db_1             | 2022-01-30 03:33:49.834 UTC [1] LOG:  starting PostgreSQL 13.5 (Debian 13.5-1.pgdg110+1) on x86_64-pc-linux-gnu, compiled by gcc (Debian 10.2.1-6) 10.2.1 20210110, 64-bit
db_1             | 2022-01-30 03:33:49.834 UTC [1] LOG:  listening on IPv4 address "0.0.0.0", port 5432
db_1             | 2022-01-30 03:33:49.834 UTC [1] LOG:  listening on IPv6 address "::", port 5432
db_1             | 2022-01-30 03:33:49.843 UTC [1] LOG:  listening on Unix socket "/var/run/postgresql/.s.PGSQL.5432"
db_1             | 2022-01-30 03:33:49.854 UTC [26] LOG:  database system was shut down at 2022-01-30 03:32:41 UTC
db_1             | 2022-01-30 03:33:49.859 UTC [1] LOG:  database system is ready to accept connections
migrations_1     | Running migrations service
migrations_1     | Operations to perform:
migrations_1     |   Apply all migrations: account, actions, admin, auth, authtoken, contenttypes, files, sessions, sites, socialaccount, users
migrations_1     | Running migrations:
migrations_1     |   Applying contenttypes.0001_initial... OK
migrations_1     |   Applying contenttypes.0002_remove_content_type_name... OK
migrations_1     |   Applying auth.0001_initial... OK
migrations_1     |   Applying auth.0002_alter_permission_name_max_length... OK
migrations_1     |   Applying auth.0003_alter_user_email_max_length... OK
migrations_1     |   Applying auth.0004_alter_user_username_opts... OK
migrations_1     |   Applying auth.0005_alter_user_last_login_null... OK
migrations_1     |   Applying auth.0006_require_contenttypes_0002... OK
migrations_1     |   Applying auth.0007_alter_validators_add_error_messages... OK
migrations_1     |   Applying auth.0008_alter_user_username_max_length... OK
migrations_1     |   Applying auth.0009_alter_user_last_name_max_length... OK
migrations_1     |   Applying auth.0010_alter_group_name_max_length... OK
migrations_1     |   Applying auth.0011_update_proxy_permissions... OK
migrations_1     |   Applying auth.0012_alter_user_first_name_max_length... OK
migrations_1     |   Applying users.0001_initial... OK
migrations_1     |   Applying account.0001_initial... OK
migrations_1     |   Applying account.0002_email_max_length... OK
migrations_1     |   Applying files.0001_initial... OK
migrations_1     |   Applying actions.0001_initial... OK
migrations_1     |   Applying actions.0002_mediaaction_media... OK
migrations_1     |   Applying actions.0003_auto_20201201_0712... OK
migrations_1     |   Applying admin.0001_initial... OK
migrations_1     |   Applying admin.0002_logentry_remove_auto_add... OK
migrations_1     |   Applying admin.0003_logentry_add_action_flag_choices... OK
migrations_1     |   Applying authtoken.0001_initial... OK
migrations_1     |   Applying authtoken.0002_auto_20160226_1747... OK
migrations_1     |   Applying authtoken.0003_tokenproxy... OK
migrations_1     |   Applying files.0002_auto_20201201_0712... OK
migrations_1     |   Applying files.0003_auto_20210927_1245... OK
migrations_1     |   Applying sessions.0001_initial... OK
migrations_1     |   Applying sites.0001_initial... OK
migrations_1     |   Applying sites.0002_alter_domain_unique... OK
migrations_1     |   Applying socialaccount.0001_initial... OK
migrations_1     |   Applying socialaccount.0002_token_max_lengths... OK
migrations_1     |   Applying socialaccount.0003_extra_data_default_dict... OK
migrations_1     | Running loaddata and creating admin user
migrations_1     | Installed 22 object(s) from 1 fixture(s)
migrations_1     | Installed 6 object(s) from 1 fixture(s)
migrations_1     | Superuser created successfully.
migrations_1     | Created admin user with password: abc12345
migrations_1     | RUNNING COLLECTSTATIC
migrations_1     | 
migrations_1     | 1453 static files copied to '/home/mediacms.io/mediacms/static'.
migrations_1     | Running migrations service
migrations_1     | Operations to perform:
migrations_1     |   Apply all migrations: account, actions, admin, auth, authtoken, contenttypes, files, sessions, sites, socialaccount, users
migrations_1     | Running migrations:
migrations_1     |   No migrations to apply.
migrations_1     | Loaddata has already run
migrations_1     | RUNNING COLLECTSTATIC
migrations_1     | 
migrations_1     | 0 static files copied to '/home/mediacms.io/mediacms/static', 1453 unmodified.
redis_1          | 1:C 30 Jan 2022 03:32:33.638 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1          | 1:C 30 Jan 2022 03:32:33.638 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1          | 1:C 30 Jan 2022 03:32:33.638 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1          | 1:M 30 Jan 2022 03:32:33.638 * monotonic clock: POSIX clock_gettime
redis_1          | 1:M 30 Jan 2022 03:32:33.638 * Running mode=standalone, port=6379.
redis_1          | 1:M 30 Jan 2022 03:32:33.638 # Server initialized
redis_1          | 1:M 30 Jan 2022 03:32:33.638 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1          | 1:M 30 Jan 2022 03:32:33.638 * Ready to accept connections
redis_1          | 1:signal-handler (1643513561) Received SIGTERM scheduling shutdown...
redis_1          | 1:M 30 Jan 2022 03:32:41.778 # User requested shutdown...
redis_1          | 1:M 30 Jan 2022 03:32:41.778 * Saving the final RDB snapshot before exiting.
redis_1          | 1:M 30 Jan 2022 03:32:41.783 * DB saved on disk
redis_1          | 1:M 30 Jan 2022 03:32:41.783 # Redis is now ready to exit, bye bye...
redis_1          | 1:C 30 Jan 2022 03:33:49.801 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
redis_1          | 1:C 30 Jan 2022 03:33:49.801 # Redis version=6.2.6, bits=64, commit=00000000, modified=0, pid=1, just started
redis_1          | 1:C 30 Jan 2022 03:33:49.801 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
redis_1          | 1:M 30 Jan 2022 03:33:49.801 * monotonic clock: POSIX clock_gettime
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * Running mode=standalone, port=6379.
redis_1          | 1:M 30 Jan 2022 03:33:49.802 # Server initialized
redis_1          | 1:M 30 Jan 2022 03:33:49.802 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * Loading RDB produced by version 6.2.6
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * RDB age 68 seconds
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * RDB memory usage when created 0.77 Mb
redis_1          | 1:M 30 Jan 2022 03:33:49.802 # Done loading RDB, keys loaded: 0, keys expired: 0.
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * DB loaded from disk: 0.000 seconds
redis_1          | 1:M 30 Jan 2022 03:33:49.802 * Ready to accept connections
web_1            | Checking for script in deploy/docker/prestart.sh
web_1            | Running script deploy/docker/prestart.sh
web_1            | Enabling uwsgi app server
web_1            | Enabling nginx as uwsgi app proxy and media server
web_1            | Starting server using supervisord...
web_1            | /usr/lib/python2.7/dist-packages/supervisor/options.py:461: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
web_1            |   'Supervisord is running as root and it is searching '
web_1            | 2022-01-30 03:37:26,321 CRIT Supervisor is running as root.  Privileges were not dropped because no user is specified in the config file.  If you intend to run as root, you can set user=root in the config file to avoid this message.
web_1            | 2022-01-30 03:37:26,321 INFO Included extra file "/etc/supervisor/conf.d/supervisord-debian.conf" during parsing
web_1            | 2022-01-30 03:37:26,321 INFO Included extra file "/etc/supervisor/conf.d/supervisord-nginx.conf" during parsing
web_1            | 2022-01-30 03:37:26,321 INFO Included extra file "/etc/supervisor/conf.d/supervisord-uwsgi.conf" during parsing
web_1            | 2022-01-30 03:37:26,325 INFO RPC interface 'supervisor' initialized
web_1            | 2022-01-30 03:37:26,325 CRIT Server 'unix_http_server' running without any HTTP authentication checking
web_1            | 2022-01-30 03:37:26,325 INFO supervisord started with pid 1
web_1            | 2022-01-30 03:37:27,326 INFO spawned: 'uwsgi' with pid 42
web_1            | 2022-01-30 03:37:27,327 INFO spawned: 'nginx' with pid 43
web_1            | [uWSGI] getting INI configuration from /home/mediacms.io/mediacms/deploy/docker/uwsgi.ini
web_1            | 2022-01-30 03:37:27,331 INFO success: uwsgi entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
web_1            | 2022-01-30 03:37:27,331 INFO success: nginx entered RUNNING state, process has stayed up for > than 0 seconds (startsecs)
web_1            | *** Starting uWSGI 2.0.19.1 (64bit) on [Sun Jan 30 03:37:27 2022] ***
web_1            | compiled with version: 8.3.0 on 14 October 2021 07:27:42
web_1            | os: Linux-5.16.2-arch1-1 #1 SMP PREEMPT Thu, 20 Jan 2022 16:18:29 +0000
web_1            | nodename: 46ac9f0a7e37
web_1            | machine: x86_64
web_1            | clock source: unix
web_1            | pcre jit disabled
web_1            | detected number of CPU cores: 16
web_1            | current working directory: /home/mediacms.io/mediacms
web_1            | detected binary path: /home/mediacms.io/bin/uwsgi
web_1            | setgid() to 33
web_1            | setuid() to 33
web_1            | chdir() to /home/mediacms.io/mediacms/
web_1            | your processes number limit is 63342
web_1            | your memory page size is 4096 bytes
web_1            | detected max file descriptor number: 524288
web_1            | lock engine: pthread robust mutexes
web_1            | thunder lock: disabled (you can enable it with --thunder-lock)
web_1            | uwsgi socket 0 bound to TCP address 127.0.0.1:9000 fd 3
web_1            | Python version: 3.8.12 (default, Oct 12 2021, 03:16:17)  [GCC 8.3.0]
web_1            | PEP 405 virtualenv detected: /home/mediacms.io
web_1            | Set PythonHome to /home/mediacms.io
web_1            | Python main interpreter initialized at 0x560ec4756fd0
web_1            | python threads support enabled
web_1            | your server socket listen backlog is limited to 100 connections
web_1            | your mercy for graceful operations on workers is 60 seconds
web_1            | mapped 250128 bytes (244 KB) for 4 cores
web_1            | *** Operational MODE: preforking+threaded ***
web_1            | WSGI app 0 (mountpoint='') ready in 0 seconds on interpreter 0x560ec4756fd0 pid: 42 (default app)
web_1            | *** uWSGI is running in multiple interpreter mode ***
web_1            | spawned uWSGI master process (pid: 42)
web_1            | spawned uWSGI worker 1 (pid: 61, cores: 2)
web_1            | spawned uWSGI worker 2 (pid: 63, cores: 2)
web_1            | running "unix_signal:15 gracefully_kill_them_all" (master-start)...
web_1            | [pid: 63|app: 0|req: 1/1] 172.21.0.1 () {50 vars in 870 bytes} [Sun Jan 30 03:37:38 2022] GET /admin/login/?next=/admin/ => generated 2194 bytes in 223 msecs (HTTP/1.1 200) 9 headers in 465 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /admin/login/?next=/admin/ HTTP/1.1" 200 934 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:38 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/login/?next=/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:38 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/login/?next=/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:38 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/login/?next=/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:38 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/login.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/login.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/login/?next=/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /static/admin/css/login.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:38 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/login/?next=/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:38 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 1/2] 172.21.0.1 () {48 vars in 789 bytes} [Sun Jan 30 03:37:38 2022] GET /favicon.ico => generated 7211 bytes in 180 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:39 +0000] "GET /favicon.ico HTTP/1.1" 404 2502 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 2/3] 172.21.0.1 () {58 vars in 1093 bytes} [Sun Jan 30 03:37:43 2022] POST /admin/login/?next=/admin/ => generated 0 bytes in 57 msecs (HTTP/1.1 302) 11 headers in 629 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "POST /admin/login/?next=/admin/ HTTP/1.1" 302 0 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 2/4] 172.21.0.1 () {52 vars in 947 bytes} [Sun Jan 30 03:37:43 2022] GET /admin/ => generated 10842 bytes in 20 msecs (HTTP/1.1 200) 8 headers in 298 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /admin/ HTTP/1.1" 200 1665 "http://127.0.0.1:8080/admin/login/?next=/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:43 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:43 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:43 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:43 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/dashboard.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/dashboard.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /static/admin/css/dashboard.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:43 [error] 45#45: *6 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 3/5] 172.21.0.1 () {48 vars in 814 bytes} [Sun Jan 30 03:37:43 2022] GET /favicon.ico => generated 7617 bytes in 12 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:43 +0000] "GET /favicon.ico HTTP/1.1" 404 2656 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 3/6] 172.21.0.1 () {52 vars in 944 bytes} [Sun Jan 30 03:37:49 2022] GET /admin/account/ => generated 2775 bytes in 54 msecs (HTTP/1.1 200) 8 headers in 297 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:49 +0000] "GET /admin/account/ HTTP/1.1" 200 1009 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:50 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:50 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:50 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:50 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:50 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:50 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:50 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/dashboard.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/dashboard.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:50 +0000] "GET /static/admin/css/dashboard.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:50 [error] 45#45: *6 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:50 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 4/7] 172.21.0.1 () {56 vars in 997 bytes} [Sun Jan 30 03:37:55 2022] GET /admin/account/ => generated 2775 bytes in 11 msecs (HTTP/1.1 200) 8 headers in 297 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /admin/account/ HTTP/1.1" 200 1009 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:55 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:55 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:55 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:55 [error] 45#45: *6 open() "/home/mediacms.io/mediacms/static/admin/css/dashboard.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/dashboard.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /static/admin/css/dashboard.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:37:55 [error] 45#45: *1 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/account/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 4/8] 172.21.0.1 () {52 vars in 875 bytes} [Sun Jan 30 03:37:55 2022] GET /favicon.ico => generated 7617 bytes in 8 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:37:55 +0000] "GET /favicon.ico HTTP/1.1" 404 2656 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 5/9] 172.21.0.1 () {56 vars in 977 bytes} [Sun Jan 30 03:38:10 2022] GET / => generated 8280 bytes in 7 msecs (HTTP/1.1 200) 6 headers in 185 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET / HTTP/1.1" 200 2881 "http://127.0.0.1:8080/admin/account/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/lib/material-icons/material-icons.css HTTP/1.1" 200 305 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/lib/gfonts/gfonts.css HTTP/1.1" 200 711 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/css/_extra.css HTTP/1.1" 200 0 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/js/index.js HTTP/1.1" 200 3775 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/css/_commons.css HTTP/1.1" 200 79852 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/js/_commons.js HTTP/1.1" 200 209950 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/lib/video-js/7.7.5/video.min.js HTTP/1.1" 200 155450 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/images/logo_dark.svg HTTP/1.1" 200 5060 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /media/userlogos/user.jpg HTTP/1.1" 200 2790 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/lib/gfonts/roboto/latin/300_400_500_700/roboto-v20-latin-regular.woff2 HTTP/1.1" 200 15736 "http://127.0.0.1:8080/static/lib/gfonts/gfonts.css" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/lib/material-icons/v77/icons.woff2 HTTP/1.1" 200 99896 "http://127.0.0.1:8080/static/lib/material-icons/material-icons.css" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 5/10] 172.21.0.1 () {52 vars in 901 bytes} [Sun Jan 30 03:38:10 2022] GET /api/v1/media?show=recommended => generated 42 bytes in 7 msecs (HTTP/1.1 200) 7 headers in 216 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /api/v1/media?show=recommended HTTP/1.1" 200 65 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 7/11] 172.21.0.1 () {52 vars in 895 bytes} [Sun Jan 30 03:38:10 2022] GET /api/v1/media?show=featured => generated 52 bytes in 8 msecs (HTTP/1.1 200) 7 headers in 216 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /api/v1/media?show=featured HTTP/1.1" 200 74 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 7/12] 172.21.0.1 () {52 vars in 868 bytes} [Sun Jan 30 03:38:10 2022] GET /api/v1/media => generated 52 bytes in 9 msecs (HTTP/1.1 200) 7 headers in 216 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /api/v1/media HTTP/1.1" 200 74 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/favicons/apple-touch-icon.png HTTP/1.1" 200 8362 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:10 +0000] "GET /static/favicons/favicon-16x16.png HTTP/1.1" 200 961 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:14 +0000] "GET /static/lib/gfonts/roboto/latin/300_400_500_700/roboto-v20-latin-500.woff2 HTTP/1.1" 200 15872 "http://127.0.0.1:8080/static/lib/gfonts/gfonts.css" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 8/13] 172.21.0.1 () {56 vars in 973 bytes} [Sun Jan 30 03:38:16 2022] GET /admin => generated 0 bytes in 0 msecs (HTTP/1.1 301) 5 headers in 175 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /admin HTTP/1.1" 301 0 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 6/14] 172.21.0.1 () {56 vars in 975 bytes} [Sun Jan 30 03:38:16 2022] GET /admin/ => generated 10842 bytes in 15 msecs (HTTP/1.1 200) 8 headers in 298 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /admin/ HTTP/1.1" 200 1665 "http://127.0.0.1:8080/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:16 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:16 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 2022/01/30 03:38:16 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:16 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/css/dashboard.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/dashboard.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /static/admin/css/dashboard.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:16 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 9/15] 172.21.0.1 () {52 vars in 867 bytes} [Sun Jan 30 03:38:16 2022] GET /favicon.ico => generated 7617 bytes in 7 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:16 +0000] "GET /favicon.ico HTTP/1.1" 404 2656 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 61|app: 0|req: 7/16] 172.21.0.1 () {56 vars in 1003 bytes} [Sun Jan 30 03:38:22 2022] GET /admin/sites/site/ => generated 11991 bytes in 27 msecs (HTTP/1.1 200) 9 headers in 466 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /admin/sites/site/ HTTP/1.1" 200 2738 "http://127.0.0.1:8080/admin/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/css/base.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/base.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/css/base.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/css/nav_sidebar.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/css/nav_sidebar.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/nav_sidebar.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/nav_sidebar.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/nav_sidebar.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/nav_sidebar.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/css/changelists.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/changelists.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/css/changelists.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/vendor/jquery/jquery.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/vendor/jquery/jquery.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/vendor/jquery/jquery.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 45#45: *24 open() "/home/mediacms.io/mediacms/static/admin/js/jquery.init.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/jquery.init.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/jquery.init.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/core.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/core.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/core.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/admin/RelatedObjectLookups.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 45#45: *24 open() "/home/mediacms.io/mediacms/static/admin/js/actions.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/actions.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/actions.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/urlify.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/urlify.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/urlify.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 45#45: *24 open() "/home/mediacms.io/mediacms/static/admin/js/prepopulate.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/prepopulate.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/prepopulate.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/vendor/xregexp/xregexp.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/vendor/xregexp/xregexp.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/vendor/xregexp/xregexp.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 45#45: *24 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 10/17] 172.21.0.1 () {52 vars in 861 bytes} [Sun Jan 30 03:38:22 2022] GET /admin/jsi18n/ => generated 3187 bytes in 5 msecs (HTTP/1.1 200) 6 headers in 193 bytes (1 switches on core 1)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /admin/jsi18n/ HTTP/1.1" 200 1050 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/img/search.svg" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/img/search.svg HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/img/search.svg HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/vendor/jquery/jquery.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *14 open() "/home/mediacms.io/mediacms/static/admin/js/vendor/jquery/jquery.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/vendor/jquery/jquery.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/jquery.init.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/jquery.init.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/jquery.init.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/core.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/core.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/core.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/admin/RelatedObjectLookups.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/admin/RelatedObjectLookups.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/actions.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/actions.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/actions.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/urlify.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/urlify.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/urlify.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/prepopulate.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/prepopulate.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/prepopulate.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/js/vendor/xregexp/xregexp.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/vendor/xregexp/xregexp.min.js HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/js/vendor/xregexp/xregexp.min.js HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/css/responsive.css" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/css/responsive.css HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/css/responsive.css HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:38:22 [error] 44#44: *13 open() "/home/mediacms.io/mediacms/static/admin/img/search.svg" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/img/search.svg HTTP/1.1", host: "127.0.0.1:8080", referrer: "http://127.0.0.1:8080/admin/sites/site/"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /static/admin/img/search.svg HTTP/1.1" 404 143 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 11/18] 172.21.0.1 () {52 vars in 878 bytes} [Sun Jan 30 03:38:22 2022] GET /favicon.ico => generated 7617 bytes in 8 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 0)
web_1            | 172.21.0.1 - - [30/Jan/2022:03:38:22 +0000] "GET /favicon.ico HTTP/1.1" 404 2656 "http://127.0.0.1:8080/admin/sites/site/" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 2022/01/30 03:39:04 [error] 45#45: *26 open() "/home/mediacms.io/mediacms/static/admin/js/actions.min.js" failed (2: No such file or directory), client: 172.21.0.1, server: , request: "GET /static/admin/js/actions.min.js HTTP/1.1", host: "127.0.0.1:8080"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:39:04 +0000] "GET /static/admin/js/actions.min.js HTTP/1.1" 404 143 "-" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | 172.21.0.1 - - [30/Jan/2022:03:39:04 +0000] "GET /favicon.ico HTTP/1.1" 499 0 "http://127.0.0.1:8080/static/admin/js/actions.min.js" "Mozilla/5.0 (X11; Linux x86_64; rv:96.0) Gecko/20100101 Firefox/96.0"
web_1            | [pid: 63|app: 0|req: 12/19] 172.21.0.1 () {48 vars in 838 bytes} [Sun Jan 30 03:39:04 2022] GET /favicon.ico => generated 7617 bytes in 8 msecs (HTTP/1.1 404) 6 headers in 192 bytes (1 switches on core 1)
      
mgogoulos commented 2 years ago

cannot replicate

Peterkrol12 commented 2 years ago

I'm having the same problem.

I'm on windows 10 and using Docker Desktop and docker-compose -f docker-compose-named-volumes.yaml. All works well except for the admin environment, please let me know if I can help investigating, as I would like to solve this problem.

mgogoulos commented 2 years ago

Can confirm the issue when I try the docker-compose-named-volumes.yaml The underlying operating system doesn't seem to be related, as I'm on Linux

  1. @dausruddin are you using the same docker compose file too? Would be good to know whether other compose files have a problem too
  2. @Peterkrol12 run the following, to get all static files loaded correctly
    docker-compose -f docker-compose-named-volumes.yaml exec -T web python manage.py collectstatic --noinput
  3. @swiftugandan it seems that when using the named-volumes setup, command collectstatic gathers the static files on static/ but static/ is not mounted inside the web container (not sure how this is supposed to work). What could possibly be fixed here, and also whether this compose file is needed or we could probably remove it... I can replicate the issue here just by running
    docker-compose -f docker-compose-named-volumes.yaml up

    and visiting localhost/admin

dausruddin commented 2 years ago

Yes, I have been trying with the same compose file. I only change port and admin password.

Tried docker-compose-dev.yaml and it loaded fine right away.

I have tried the command you gave to @Peterkrol12 and it fixed the issue.

Peterkrol12 commented 2 years ago

The command provided by @mgogoulos indeed solved the problem for me, thank you very much!

swiftugandan commented 2 years ago

I think changing volumes in the migrations container (in the docker-compose-named-volimes.yaml) to - https://github.com/mediacms-io/mediacms/blob/fb0f3ee739dfc2951b593842951e1883f6664f46/docker-compose-named-volumes.yaml#L30 Should fix the issue

computergeek125 commented 2 years ago

i ran into this today on native linux, clean install, similar situation - do I need to install Docker to resolve the missing admin resources?

EDIT: python manage.py collectstatic resolved this for me

(also the fact that this is issue 404 and being about a missing resource is humorous)