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
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist (SQL: select * from ti_users where username = admin limit 1)
In Exception.php line 18:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
In PDOConnection.php line 82:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
`
The text was updated successfully, but these errors were encountered:
Consider waiting for the db container to come up before running the init. You can try rerunning the init docker compose exec app php artisan igniter:install --no-interaction
or start fresh
mkdir tastyigniter &&cd tastyigniter
curl -LO https://github.com/ThisIsQasim/TastyIgniter/raw/master/docker-compose.yml
docker compose up db -d
sleep 10
docker compose up -d
docker compose exec app php artisan igniter:passwd admin
`In Connection.php line 712:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist (SQL: select * from
ti_users
whereusername
= admin limit 1)In Exception.php line 18:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
In PDOConnection.php line 82:
SQLSTATE[42S02]: Base table or view not found: 1146 Table 'tastyigniter.ti_users' doesn't exist
`
The text was updated successfully, but these errors were encountered: