Setting IS_MULTI_TENANCY_ENABLED=true
I'm trying to view the tenants page on my dashboard (localhost), so I've set IS_MULTI_TENANCY_ENABLED=true in novu-main\apps\web.env.
However, I'm still unable to see the tenants page.
How can i solve this problem? Could you please help me?
11 Replies
Hi @MINIMINI, I'm an AI assistant for Novu. I'll analyze available sources and get back to you shortly.
-----------------------------
While I generate an answer, here are some sources that might be helpful:
* Feature Flags
* Tenants
* Variants
* Concepts
-----------------------------
Answer
To solve the issue of not being able to see the tenants page on your dashboard after setting
IS_MULTI_TENANCY_ENABLED=true
, ensure that you have restarted your services after making changes to the .env
file. Sometimes, changes to environment variables require a restart of the application to take effect.
Additionally, it's important to ensure that the IS_MULTI_TENANCY_ENABLED
flag is set to true
in the environment variables for both the API and WEB applications, as suggested in a related context (1) . This means you should also check and set this environment variable in the API service environment configuration if you haven't done so.
If you've followed these steps and still face issues, verifying the correct application versions and ensuring they support multi-tenancy features is advisable.Additionally, I add the variables to novu-main\apps\api\src.env too
PS>>> I'm using node debugging not docker
Got it. Tagging @Support for additional help.
@MINIMINI
Are you running Novu using our our tagged docker images or running using pnpm
Hi @Pawan Jain
I used pnpm, But I want to use this docker too
@Pawan Jain
Can I get a solution about this issue? 😥
@MINIMINI, you just advanced to level 2!
@MINIMINI looping someone from the team in to take a look at this 🙂
@MINIMINI Did you set this env variable in
api/.env
file as well?@Pawan Jain
Haha Thanks a lot
I set them on
\apps\api\src.env
\apps\web.env
@MINIMINI
Is it working as expected now?
@Pawan Jain
Nooooooo I can't see the tenant menu... Is there another settings as required?
@Pawan Jain
Can I get your help?
Can I get your help?