Did you end up figuring it out? I'm having the same issue.
Mar 27, 2017
2
Level 2
maxTeams not working, causing issues (Exception!)
I've set maxTeams(2) on my plan, and when this is there, it prevents me from adding any teams at all. The Create button just kind of flashes and does nothing. I did not create using the --teem extension but followed directions on how to enable it after.
However, maxTeamMembers(5) works as expected!
Update: there are errors...
Next Illuminate\Database\QueryException: SQLSTATE[42000]: Syntax error or access violation: 1140 Mixing of GROUP columns (MIN(),MAX(),COUNT(),...) with no GROUP columns is illegal if there is no GROUP BY clause (SQL: select count(*) as aggregate from `teams` inner join `team_users` on `teams`.`id` = `team_users`.`team_id` where `team_users`.`user_id` = 1 and `owner_id` = 1 order by `name` asc) in /home/ubuntu/www/realtor-crm/vendor/laravel/framework/src/Illuminate/Database/Connection.php:647
Please or to participate in this conversation.