Skip to content

Commit

Permalink
Merge pull request #90 from RMartinOscar/patch-1
Browse files Browse the repository at this point in the history
Remove grep from Troubleshooting
  • Loading branch information
notAreYouScared authored Nov 18, 2024
2 parents 3e172e0 + c45a962 commit d515e87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ import TabItem from '@theme/TabItem';
If you see a `500 | SERVER ERROR` or `An unexpected error was encountered while processing this request` you have to check your panel logs by running the following command.

```sh
tail -n 100 /var/www/pelican/storage/logs/laravel-$(date +%F).log | grep "\[$(date +%Y)"
tail -n 100 /var/www/pelican/storage/logs/laravel-$(date +%F).log"
```
If the command above doesn't return anything you most likely have wrong permissions for your `storage` folder. So you first need to fix that.
Expand Down

0 comments on commit d515e87

Please sign in to comment.