Reposting this because somebody pointed out a misinterpretation I made.
I tried to login to my Odoo 13 Community Edition database recently (odoo and postgresql both running in docker, as per these instructions https://hub.docker.com/_/odoo/), and the login page now loads without any CSS. (Screenshot: https://imgur.com/CZzuRGz) If I type in my login details and hit enter, it simply loads a blank screen. Here is a pastebin of the console output that I see as I attempt to login: https://pastebin.com/57spHtjBV The only error that I see here is the "FileNotFoundError: [Errno 2] No such file or directory: '/var/lib/odoo/filestore/MAIN_DB/64/6463ca02de43a370dc00df1a919997ef3b20acae'", which is why I was initially lead to believe this was where the server stored data that was loaded from the database.
If this filestore folder isn't important to Odoo's basic operation, then I have no other ideas as to what the issue could be.https://pastebin.com/57spHtjBVhe only thing that's changed recently is that I deleted and re-ran my odoo container the night before I noticed this, but I've done that before plenty of times before with no issues. Is my database corrupted? Is my postgresql container broken? Any help would be hugely appreciated.