Update TROUBLESHOOTING.md

This commit is contained in:
Sean Breckenridge 2020-05-11 17:40:53 -07:00 committed by GitHub
parent 5b02fe65bc
commit 7294247ec1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -43,6 +43,9 @@ And then reload the supervisor configuration:
If Redis is taking too long to restart, follow this: https://stackoverflow.com/a/45069100/2326811 and then start it `sudo service redis start`
## My local instance is returning HTTP 503
This is an error forwarded from MAL, it typically happens when MAL is down. The Jikan response body includes the HTTP status from MAL, like: `[HTTP code] on [request url]`
## I want to clear the cache in Jikan
`php artisan cache:clear`