Client Login failure 4.1.4

When trying to log in to client portal in another browser at /client/login, I get whoops, looks like something went wrong with these details in the laravel logs. I filled both username and password out. I noticed “user_name” is showing blank below.

Now this isn’t intended to be a production server, it is just Bitnami WAMP on windows with php 7.0, but i’m not thinking that should make any difference on the error I’m getting. Details are below.

[2018-02-01 02:46:31] production.ERROR: Symfony\Component\HttpKernel\Exception\HttpException [500] : C:\Bitnami\wampstack-7.0.27-1\apache2\htdocs\ninja\bootstrap\cache\compiled.php [Line 2097] => Account not resolved in client login {“context”:“PHP”,“user_id”:0,“account_id”:0,“user_name”:"",“method”:“POST”,“url”:“http://127.0.0.1/ninja/public/client/login",“previous”:“http://127.0.0.1/ninja/public/client/login”,“user_agent”:"Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0”,“ip”:“127.0.0.1”,“count”:6,“is_console”:“no”,“is_api”:“no”,“db_server”:“mysql”} []

I didn’t realize this… go to settings> client portal> under “Authorization” under “password” tab there is a client login url. If you use that which includes the account_key in the URL, it will work. Is it possible to make the /client/login display a message or something since it won’t work while being “account_key”-less?

We’ll look into it.