Norbert Tretkowski

Results 5 comments of Norbert Tretkowski

We ran into a similar issue after upgrading from 5.0.0 to 6.0.4. Disabling and re-enabling 2FA fixed it. ``` peertube_1 | [peertube.netzbegruenung.de:443] 2024-04-13 09:27:17.476 warn: Login error { peertube_1 |...

We also had to run `php artisan app:transform-imports` after importing from Instagram and fix the owner of the folders containing the imported images.

Looks like `app:transform-images` is automatically run every ten minutes: https://github.com/pixelfed/pixelfed/blob/dev/app/Console/Kernel.php#L41 Not sure if this would also fix the permission issues...

Still happens with Pixelfed v0.11.13 and the current Android App. Looks more like an issue in Pixelfed itself, not in the app.

> Still happens with Pixelfed v0.11.13 and the current Android App. Looks more like an issue in Pixelfed itself, not in the app. This is the Pixelfed issue: https://github.com/pixelfed/pixelfed/issues/4633