henrywhitaker3 / Speedtest-Tracker

Continuously track your internet speed
GNU General Public License v3.0
1.49k stars 122 forks source link

Illuminate/Facades/Facade not found #1144

Closed jsmithgmail closed 5 months ago

jsmithgmail commented 5 months ago

Describe the bug When starting the docker container in Unraid, Im getting the error below. The WebUI will not launch

Installing dependencies from lock file (including require-dev) Verifying lock file contents can be installed on current platform. Nothing to install, update or remove Package fzaninotto/faker is abandoned, you should avoid using it. No replacement was suggested. Generating optimized autoload files

Illuminate\Foundation\ComposerScripts::postAutoloadDump @php artisan package:discover --ansi

In RegisterFacades.php line 21:

Class 'Illuminate\Support\Facades\Facade' not found

Script @php artisan package:discover --ansi handling the post-autoload-dump event returned with error code 1 Running database migrations

In RegisterFacades.php line 21:

Class 'Illuminate\Support\Facades\Facade' not found

App key exists JWT secret exists Slack webhook set, updating db

In RegisterFacades.php line 21:

Class 'Illuminate\Support\Facades\Facade' not found

Telegram chat id and bot token unset Base path is unset AUTH variable not set. Disabling authentication

In RegisterFacades.php line 21:

Class 'Illuminate\Support\Facades\Facade' not found

Clearing old jobs from queue

In RegisterFacades.php line 21:

Class 'Illuminate\Support\Facades\Facade' not found

[cont-init.d] 50-speedtest: exited 0. [cont-init.d] 99-custom-files: executing... [custom-init] no custom files found exiting... [cont-init.d] 99-custom-files: exited 0. [cont-init.d] done.

To Reproduce Steps to reproduce the behavior:

  1. Start container
  2. open logs
  3. See error

Expected behavior The WebUI wont launch

Screenshots If applicable, add screenshots to help explain your problem.

Context Unraid Docker