chrisidakwo/EFLInventory-V2

Unable to login

IssakaBaba opened this issue · 9 comments

Please I get this error when I login. The php artisan serve runs successfully though.

Screenshot (9)

And at one point I'm getting an error saying "Your login credentials do not match our records"

Please can I see what your database config file looks like? Especially the msyql config block. Also your .env file - where you set the DB connection.

After database configuration, I'm trying to login using the same credentials and I'm been redirected to the same page, I'm unable to pass the login fase, I even added a new user but still not going through

env.txt

These is my configuration file, I have tested my connection it's well connected to the database, please help me to fix or check where the these issue is..!

Are you using the password and login I specified here? If you are, then I think this error might be due to your mysql setup.

When I said database config file I meant the database.php file within the config directory.

By the way, its the exact same app I have running here: https://eflinventory.herokuapp.com/

I want to help you solve this but I don't have enough details to understand your setup and what might be wrong on your end.
What system are you running this on? What's the PHP version? What's the MySQL version?

Look for the error log file within the storage directory. Try logging in and share the error that might get dumped there. Or take a screenshot if there's an error page like the image above.

database.txt
These is my database file, I'm using PHP 7.1.23 and mysql 8.0.16 and the logs, there is no error when entered the same credentials, I'm using Laravel 5.8..
logs.log

I downloaded again, running composer install it's generating the error below:
Screenshot 2019-05-07 at 9 07 27 PM

can you guys help me on these..