We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I've cobbled together an Ubuntu 22.04 install of Pixelfed however I'm getting a "something is wrong" message when I click on a lot of things in Admin.
Where does Pixelfed dump out its error logs as I'm 99.9% sure its a permissions issue.
The text was updated successfully, but these errors were encountered:
On the application level
tail -f storage/logs/laravel.log
But because its using php-fpm there can be also
Note: I am running php 8.1 so for other version can be different. tail -f /var/log/php8.1-fpm.log
tail -f /var/log/php8.1-fpm.log
And on nginx level:
tail -f /var/log/nginx/error.log
Sorry, something went wrong.
No branches or pull requests
I've cobbled together an Ubuntu 22.04 install of Pixelfed however I'm getting a "something is wrong" message when I click on a lot of things in Admin.
Where does Pixelfed dump out its error logs as I'm 99.9% sure its a permissions issue.
The text was updated successfully, but these errors were encountered: