Kh. M-S.
NNovu
•Created by Kh. M-S. on 7/15/2024 in #💬│support
Send notification to all subscribers
How do send notification to all subscribers from Web App panel?
13 replies
NNovu
•Created by Kh. M-S. on 7/5/2024 in #💬│support
Remove message on ios
The question is about "Remove message" in-app notifications.
On Windows this function works well.
But on iPhones and Macbooks this function does not work properly. Some time it works, some time it does not work. I get new notifications and everything works fine except this "Remove message" function.
I use default settings of novu notification center without my custom styles.
Did someone face the same issue and how did you solve it?
28 replies
NNovu
•Created by Kh. M-S. on 6/25/2024 in #💬│support
FRONT_BASE_URL: Invalid url: "$HOST_NAME:4200"
I deploy Novu on VPS. It is my .env file
JWT_SECRET=eadfce9325ddac90fde6011b494871ac089a048606efe1f5c109409bbb278278e7b7adf65fc6d18c5e1921692d5e6dc13722d1ba1be3e28899983b5d1dc9e644
STORE_ENCRYPTION_KEY=12345678912345678912345678912345
HOST_NAME=http://my-ip-address
available values 'dev', 'test', 'production', 'ci', 'local'
NODE_ENV=dev
MONGO_MAX_POOL_SIZE=200
MONGO_MIN_POOL_SIZE=100
MONGO USER
MONGO_INITDB_ROOT_USERNAME=root
MONGO PASSWORD
MONGO_INITDB_ROOT_PASSWORD=TopSEcretPasS2228HeroHzNovu
MONGO_URL=mongodb://root:TopSEcretPasS2228HeroHzNovu@mongodb:27017/novu-db?authSource=admin
REDIS_HOST=redis
DOCKER_REDIS_SERVICE_PORT=6379
REDIS_PASSWORD=123456789
REDIS_CACHE_SERVICE_HOST=redis
S3_LOCAL_STACK=$HOST_NAME:4566
S3_BUCKET_NAME=novu-local
S3_REGION=eu-east-1
AWS_ACCESS_KEY_ID=test
AWS_SECRET_ACCESS_KEY=testTestPassNovuSecretHzPass
API_PORT=3000
REDIS_PORT=6379
REDIS_CACHE_SERVICE_PORT=6379
WS_PORT=3002
REACT_APP_WS_URL=$HOST_NAME:3002
REACT_APP_API_URL=http://localhost:3000
API_ROOT_URL=$HOST_NAME:3000
DISABLE_USER_REGISTRATION=false
FRONT_BASE_URL=$HOST_NAME:4200
WIDGET_EMBED_PATH=$HOST_NAME:4701/embed.umd.min.js
WIDGET_URL=$HOST_NAME:4500
IS_MULTI_TENANCY_ENABLED=true
And I get error FRONT_BASE_URL: Invalid url: "$HOST_NAME:4200" when I deploy on VPS.
For my local deployment The only change was in these two lines:
HOST_NAME=http://localhost
NODE_ENV=local
Also I incommented this line
REACT_APP_API_URL=http://localhost:3000.
And everything worked fine.
8 replies
NNovu
•Created by Kh. M-S. on 6/24/2024 in #💬│support
Trigger the workflow from the next.js app.
I created workflow. When i trigger it from web app I see notification in my app. But when I trigger it from my app I do not seen this new notification. I deploy novu locally and I work with my next.js app.
39 replies
NNovu
•Created by Kh. M-S. on 6/22/2024 in #💬│support
CORS when deployed on VPS
I deployed novu (docker file from docker/community folder) on VPS to use it with my next.js app. And I faced the problem of CORS. Do I need make some changes in docker file to solve CORS? Do I need make some changes on VPS? Or I need find solution on the side of my app?
4 replies
NNovu
•Created by Kh. M-S. on 6/13/2024 in #💬│support
About three yml files in "docker/local" folder in the github repository.
Hi! There are three yml files in the "docker/local" folder in your github. What is responsible for what? Give me detailed explanation with use case examples.
43 replies