ErwinM/acts_as_tenant

Can't use localhost

diegobernardes opened this issue · 1 comments

I'm trying to use localhost during the development but to my surprise, the tenant can't be found. I'm using rails 6.1 and I did enable the required tenant.

This works: http://acc1.lvh.me:3000/users/sign_in and this throws an exception http://acc1.localhost:3000/users/sign_in.

Is this normal?