#Tenant Admins Can Not Create / Edit Pages

6 messages · Page 1 of 1 (latest)

loud ember
#

hey, I started with the multi-tenant example to get started. The multi-tenant collection uses superAdminOrTenantAdminAccess access method but when logged in as a tenant, the tenant-admin can't create new pages in their own domain.
With the current implementation, the requesteDomain is accessed from req.body but that is not defined.

eternal abyss
loud ember
#

Figured that the tenant should be accessed from cookie
The name is payload-tenant

eternal abyss
#

Also, how did you solve having multi-tenant globals?