Fresh install of SuiteCRM 8.3.1 and cannot log in

Open the login page in your browser(ready to make a login attempt)

Go to your SuiteCRM root folder
Open the file .env
There will be a line like
APP_ENV=prod

Change it to
APP_ENV=qa
Save the file

And try to login now in the browser inspector in the network tab see what is the response of the login request

This will give you more information about the error

2 Likes