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.
11 Replies
@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
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
run web using
npm run start:web
Ok will try that
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...
Thank you ,sorry for late reply
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
@nint
Not sure why it is happening
Did you change anything manually in mongodb database?
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
Yes please start api and worker atleast
ok