You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The dev site was actually still returning a 500 error when I visited it myself. After logging into the deployment and manually running the php artisan app:refresh-dev command, the site was operational again.
Symfony\Component\Process\Exception\ProcessFailedException
The command "mysql --user="${:LARAVEL_LOAD_USER}" --password="${:LARAVEL_LOAD_PASSWORD}" --host="${:LARAVEL_LOAD_HOST}" --port="${:LARAVEL_LOAD_PORT}" --database="${:LARAVEL_LOAD_DATABASE}" < "${:LARAVEL_LOAD_PATH}"" failed.
Exit Code: 1(General error)
Working directory: /app
Output:
Error Output:
ERROR 2026 (HY000) at line 962: TLS/SSL error: unexpected eof while reading
🎯 Symfony\Component\Process\Process::mustRun
📄 /vendor/symfony/process/Process.php
Open in Flare
The text was updated successfully, but these errors were encountered: