Email or username:

Password:

Forgot your password?
Top-level
ij

@pixelfed Doesn't work here on pxlfed.de (closed registration)
- Metatext: seems to be able to login, but empty time line (data couldn't be read, because they are missing)
- Tusker: Unable to verify Credentials. Your account could not be fetched at this time: invalid model (after tapping on Authorize)

2 comments
pixelfed

@ij You'll have to wait until your instance updates! We just shipped these fixes. If you'd like to try a working instance, pixelfed.social is updated!

ij

@pixelfed Well, I updated from dev before the test:

sudo -u www-data git config pull.rebase false
sudo -u www-data git stash
sudo -u www-data git pull origin dev
sudo -u www-data composer install
sudo -u www-data php artisan config:cache
sudo -u www-data php artisan route:cache
sudo -u www-data php artisan migrate --force

I'll keep testing from time to time, but my main focus would be LDAP integration where I got some error the other day as well... Maybe I'll report an issue for that as well

@pixelfed Well, I updated from dev before the test:

sudo -u www-data git config pull.rebase false
sudo -u www-data git stash
sudo -u www-data git pull origin dev
sudo -u www-data composer install
sudo -u www-data php artisan config:cache
sudo -u www-data php artisan route:cache
sudo -u www-data php artisan migrate --force

Go Up