Closed ash-jc-allen closed 2 years ago
Hey @ShaungBhone! It's likely that you're hitting the 503 error from hitting the GitHub rate limit?
Could you maybe share a screenshot of the error that you're getting? Thanks 😄
`[2022-08-12 15:24:23] laravel.EMERGENCY: Unable to create configured logger. Using emergency logger. {"exception":"[object] (InvalidArgumentException(code: 0): Log [deprecations] is not defined. at /home/shaungbhone/Desktop/find-a-pr/vendor/laravel/framework/src/Illuminate/Log/LogManager.php:207) [stacktrace]
Could you please tell me what you have for these three fields in your .env
file? 🙂
LOG_CHANNEL=
LOG_DEPRECATIONS_CHANNEL=
LOG_LEVEL=
I just copy from your env.example. Here is my .env
LOG_CHANNEL=stack
LOG_DEPRECATIONS_CHANNEL=null
LOG_LEVEL=debug
Hmm okay, that's a weird one so I'll take a look into this. Just so that we can keep all of this info in an issue specific to this problem, could you please open up a new issue? In that issue, could you please let me know what the output of sail php artisan about
gives you 🙂
@jeroen-hso here.
@ShaungBhone thanks! Yes I added github use and token as well. Didn't know that this solved the 503 error. I had several issues on startup. I will create separate issues and cleanup this issue.
Hey @jeroen-hso, can we please keep the discussion regarding the 503 issue in this issue: https://github.com/ash-jc-allen/find-a-pr/issues/127. It just makes it easier for me to keep on top of issue tracking 😄
@ash-jc-allen sorry, cleanup my comments in this thread and created two separate issues: https://github.com/ash-jc-allen/find-a-pr/issues/130 + https://github.com/ash-jc-allen/find-a-pr/issues/131 (with PR https://github.com/ash-jc-allen/find-a-pr/pull/132)
I think it'd be nice to be able to press the
/
key on the keyboard to be able to autofocus on the search bar.