Blazechan 0.12.0: Road to Decentralization

127.0.0.1:6379> keys *compressor*1) ":1:django_compressor.templatetag.3aef0a4b0cc5.file.css"2) ":1:django_compressor.templatetag.11203c0f7655.file.js"3) ":1:django_compressor.templatetag.11203c0f7655.file.css"4) ":1:django_compressor.templatetag.32e893f513d6.file.js"5) ":1:django_compressor.templatetag.d04b6a438de5.file.js"6) ":1:django_compressor.templatetag.f8b240d0fef7.file.css"

can you try copying one of those keys and trying to get its contents with "get (key name)"? It should be a bunch of \xYY and something like

oh I'm retarded nvm

127.0.0.1:6379> get :1:django_compressor.templatetag.3aef0a4b0cc5.file.css"\x80\x04\x95d\x00\x00\x00\x00\x00\x00\x00\x8cT\x94GA\xd6\xdf\x93''\xb5=\x89\x87\x94."

Can you check the error logs in storage/log.err? Maybe post the complete thing if it exists?

$ cat storage/log.err [2018-07-24 06:26:48,545] ERROR exception: Invalid HTTP_HOST header: '127.0.0.1'. You may need to add '127.0.0.1' to ALLOWED_HOSTS.
that's the entire file

What about storage/log.info?

same contents

This is certainly an enigma. Do you mind joining #nextchan on irc.rizon.org so we can figure this out?

bump