handle(); } catch (Throwable $throwable) { http_response_code(500); $message = htmlspecialchars($throwable->getMessage(), ENT_QUOTES, 'UTF-8'); $appName = htmlspecialchars((string) app_config('app.name', 'Spreadsheet Importer'), ENT_QUOTES, 'UTF-8'); $assetUrl = htmlspecialchars(asset_url('styles.css'), ENT_QUOTES, 'UTF-8'); echo << {$appName}
Setup issue

{$appName} cannot start

The app hit a startup error while connecting to the database or loading a required dependency.

{$message}
Check the PostgreSQL credentials in config.php, run composer run migrate, and make sure the database server is running.
HTML; }