N
Novu8mo ago
Ninad

Code changes do not reflect + Why UI on website and development env is different ?

1. I am running the project using docker , it has created an image and everything works fine, but when I make changes in the code base it is not reflected in the website running on port 4200 I dont know why ? 2. I am working on a issue regarding integration sidebar, but the integration store UI is different on current live website and website running on my machine . For reference I have attached images of both.
No description
No description
11 Replies
Pawan Jain
Pawan Jain8mo ago
@Ninad 1. if you are running web in docker then code changes will not be reflected as code is using prebuilt image 2. Please wait for doc on how to set up feature flag in local machine to access new UI of integration store. Please have patience
Ninad
Ninad8mo ago
Actually I am working on a issues the issue is solved and code is ready I just need to test if it is working properly
Pawan Jain
Pawan Jain8mo ago
run web using npm run start:web
Ninad
Ninad8mo ago
Ok will try that
madd
madd8mo ago
documentation for feature flags is ready as PR: https://github.com/novuhq/docs/pull/279
GitHub
docs: add info about feature flags by michaldziuba03 · Pull Request...
What change does this PR introduce? Documentation for feature flags. I listed most important flags that I know + short description what actually they introduce + screenshot (if possible). I decided...
Ninad
Ninad8mo ago
Thank you ,sorry for late reply
Ninad
Ninad8mo ago
I am using this command but I don't get in-app novu provider and that is the section whose issue I am trying to solve. I am getting this screen
No description
Pawan Jain
Pawan Jain8mo ago
@nint Not sure why it is happening Did you change anything manually in mongodb database?
Ninad
Ninad8mo ago
no I haven't I just changed the ENV file as mentioned in the docs Is it because I am just using npm run start:web ? Do I have to start the backend ,ws ,worker etc
Pawan Jain
Pawan Jain8mo ago
Yes please start api and worker atleast
Ninad
Ninad8mo ago
ok