José Roberto Meza Cabrera
José Roberto Meza Cabrera
> > My current workaround is running Dota 2 through gamescope. With `gamescope -f -W 3840 -H 2160 -r 60 -- %command% -novid` everything works fine. > > Sounds like...
Yep, simply doing this fixes everything, no need to do anything else. ```python THUMBNAIL_EXTENSION = "webp" THUMBNAIL_TRANSPARENCY_EXTENSION = "webp" ```
This is now on production, so I am sure now it works as expected.
I confirm this PR works.
> For anyone referring to this in the future, check if your time and timezone is set properly.... If not, fix it and try installing via flatpak again, it should...
@chrismaille were you able to fix the problem? I am getting the same issue, I think it is correctly configured: ```python STORAGES = { "default": { "BACKEND": "storages.backends.s3.S3Storage", "OPTIONS": {...
@monkut I am able to run collect static from my own machine, and it uploads correctly to the S3 bucket, I am sharing the same configuration for lambda deployment and...
Is there a workaround for this ? I wish I don't need to use my phone for work stuff anymore.
This is actually missing the migration, you can add it from here: ```python # Generated by Django 4.2.19 on 2025-08-21 18:48 from django.db import migrations class Migration(migrations.Migration): dependencies = [...