Augusto Domingos
Results
1
comments of
Augusto Domingos
You can try do the following: Check if the admin user exists in the database: ```sql SELECT * FROM "User" WHERE email = '[email protected]'; ``` If it doesn't exist, run...