N
Novu•4mo ago
MINIMINI

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
Ask Inkeep
Ask Inkeep•4mo ago
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 -----------------------------
Ask Inkeep
Ask Inkeep•4mo ago
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.
MINIMINI
MINIMINI•4mo ago
Additionally, I add the variables to novu-main\apps\api\src.env too PS>>> I'm using node debugging not docker
Ask Inkeep
Ask Inkeep•4mo ago
Got it. Tagging @Support for additional help.
Pawan Jain
Pawan Jain•3mo ago
@MINIMINI Are you running Novu using our our tagged docker images or running using pnpm
MINIMINI
MINIMINI•3mo ago
Hi @Pawan Jain I used pnpm, But I want to use this docker too @Pawan Jain Can I get a solution about this issue? 😥
Novu_Bot
Novu_Bot•3mo ago
@MINIMINI, you just advanced to level 2!
Pawan Jain
Pawan Jain•3mo ago
@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?
MINIMINI
MINIMINI•3mo ago
@Pawan Jain Haha Thanks a lot I set them on \apps\api\src.env \apps\web.env
Pawan Jain
Pawan Jain•3mo ago
@MINIMINI Is it working as expected now?
MINIMINI
MINIMINI•3mo ago
@Pawan Jain Nooooooo I can't see the tenant menu... Is there another settings as required? @Pawan Jain
Can I get your help?