MasatoShima
03/09/2021, 7:56 AMUncaught (in promise) Error: passed invalid or empty tenant object
at l.setDefaultTenant (index.js:51)
at vuex.esm.js:840
at vuex.esm.js:462
at Array.forEach (<anonymous>)
at vuex.esm.js:461
at l._withCommit (vuex.esm.js:620)
at l.commit (vuex.esm.js:460)
at l.commit (vuex.esm.js:405)
at tenantNavGuard.js:12
at u (runtime.js:63)
Does anyone have any idea how to solve this problem ?
By the way, the architecture on AWS is as follows.
client - ALB - ECS (Fargate)
nicholas
prefect server create-tenant --name <<tenant_name>> --slug <<tenant_slug>>
on your Server?MasatoShima
03/10/2021, 3:57 PM