The database page on every server panel is returning the error shown. The API call returns a 500 error. I ran the database migration and it's still doing it.
Here's the error the API is returning
{
"errors": [
{
"code": "UnexpectedValueException",
"status": "500",
"detail": "An unexpected error was encountered while processing this request, please try again."
}
]
}
And the laravel logs:
[2024-04-11 02:06:35] production.NOTICE: A query exception was encountered while trying to load settings from the database: SQLSTATE[42S02]: Base table or view not found: 1146 Table 'panel.settings' doesn't exist (Connection: mysql, SQL: select * from `settings`)
I ran the db command using artisan to be sure. Still getting the error with viewing databases in servers.