"Whoops, looks like something went wrong." on Client Login

Attempting to login to a test client account from ninjaurl/client/login returns that error every time. Looking in the Laravel error logs, I see


[2018-05-16 20:17:11] production.ERROR: ***Symfony\Component\HttpKernel\Exception\HttpException*** [500] : /var/www/ninja/vendor/laravel/framework/src/Illuminate/Foundation/Application.php [Line 926] => Account not resolved in client login  {"context":"PHP","user_id":0,"account_id":0,"user_name":"","method":"POST","user_agent":"Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/65.0.3325.183 Safari/537.36 Vivaldi/1.96.1147.42","locale":"en","ip":"192.168.1.1","count":2,"is_console":"no","is_api":"no","db_server":"mysql","url":"client/login"} []

If you have multiple companies you’ll need to include the account_key in the link, you can see the full link on Settings > Client Portal.

Awesome, thanks!