No Admininterface in Pixelfed

Hello,

I have installed Yunohost in the current version in a proxmox VM. Unfortunately I have a problem with the admin interface of Pixelfed.
I installed Pixelfed as follows:

  • On the console I installed Pixelfed using the command “yunohost app install pixelfed”.
  • I have successfully registered the first user, the login is working
  • I made this user an admin with “(cd /var/www/pixelfed && php7.3 artisan user:admin 1)”.

The problem is that the admin interface is not shown to me. I select the menu item “Admin” in the menu. Then I enter the same password as for the user.
However, the following error message appears afterwards:
"Something went wrong
We cannot process your request at this time, please try again later. "

Why can’t I access the admin interface?

Greetings

Does no one have a tip?

Can you try to reload php service (service php7.3-fpm reload) ?

And first to run these commands:

php7.3 artisan cache:clear
php7.3 artisan optimize:clear
php7.3 artisan optimize

(change to php7.4 if that’s the version used, but I doubt it would be the case)

Thanks for your help.
The first thing I did was the following:

php7.3 artisan cache:clear
php7.3 artisan optimize:clear
php7.3 artisan optimize

Then:

service php7.3-fpm reload

Unfortunately, this did nothing. I still have the same problem.

Then I have no clue…
The admin interface changed recently so I don’t really know how it works.

Maybe you can search for a similar issue on their github, or report the bug.

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.