I have installed ofbiz trunk as of today (14-Mar-2024) and configured it to work on multi-tenancy with postgres using following link.
I have got no error during configuration but its not working. Issue is:
- Start ofbiz - works
- Signin for any one tenant says tenantId=tenant001 - Works and it asks for change of password on first sign-in.
- Logout
- Singin using second tenant tenantId=tenant002 - Does not work. Incorrect password.
- Stop ofbiz
- Start ofbiz - works
- Singin using second tenant tenantId=tenant002 - Works
- Logout
- Signin using tenant one tenantId=tenant001 - Does not work Incorrect password.
It seems once you sign-in using any tenant it does not switch to second tenant until restart it done.
Somehow third option where tenant is selected goes missing on this error page.
Of course Multitenant=Y is set.
Needs missing configuration / code / db script.