I have a relatively simple multi-tenant setup with two tenants. I'm using the following db_filter:
dbfilter = (\w+).[a-z]+$
It works in that I always get to the correct tenant. However, one of them works smoothly, while the second one insists on sending me to the database selection screen...
Any ideas why this might be happening only to one of the tenants?