Matthias Harrer
Matthias Harrer
Same issue here after upgrading to 1.37.0 (running the postgres variant). Output from check-db: ``` /app $ yarn check-db yarn run v1.22.19 $ node scripts/check-db.js ✓ DATABASE_URL is defined. ✓...
I am getting an error with the migration: ``` Database error: ERROR: relation "account.username_unique" does not exist ``` However it seems there was an `IF EXISTS` added here, which doesnt...
That indeed worked for me. Thanks @briancao :) I would however have expected the image tag to somehow change when the contents change (e.g. a new bugfix release 1.37.1). Otherwise...
Hey, did anybody solve or workaround this issue in the meantime? I think I am experiencing a similar issue on Raspberry Pi 4 and v2 camera. Strangely it seems to...
Thanks for responding so quickly! Pinning the version works for me for the moment.
Did you try to pin the cython version in `pyproject.toml`? ``` [build-system] requires = [ "setuptools", "wheel", "cython