YunoHost-Apps / mastodon_ynh

Free, open-source social network for YunoHost
https://joinmastodon.org/
GNU Affero General Public License v3.0
84 stars 36 forks source link

Can't go to Administration settings #459

Closed Thatoo closed 2 months ago

Thatoo commented 3 months ago

Describe the bug

After login as the administrator, if I try to go to the /admin/dashboard page, it doesn't. It remains on /auth/edit page. It says

Your request is pending review by our staff. This may take some time. You will receive an e-mail if your request is approved.

Expected behavior

Be able to manage my mastodon instance going to administration settings.

Thatoo commented 3 months ago

I can't go to any other page than this one (if I click on any link of the menu, it reload the same page).

image

dr41nU commented 2 months ago

Hello, Seems to be an upstream bug for this version : https://github.com/mastodon/mastodon/issues/29380 So according to https://github.com/YunoHost-Apps/mastodon_ynh/blob/master/doc/ADMIN.md, the complete command should be: sudo -u mastodon RAILS_ENV=production PATH=/opt/rbenv/versions/mastodon/bin ./bin/tootctl account modify USER --approve (in /var/www/mastodon/live, as root)

Thatoo commented 2 months ago

Thank you. Indeed, it works!