Prathap Belli
NNovu
•Created by Prathap Belli on 5/7/2024 in #💬│support
missing details in response of organization api
we are using novu 0.22.0, we are tried to create organization through api and get api key back as response so that we can use that api key to switch to new organization.
docs says get / create organization api provide api key in response.
"partnerConfigurations": [
{
"projectIds": [
"<string>"
],
"accessToken": "<string>",
"configurationId": "<string>",
"teamId": "<string>",
"partnerType": "vercel"
}
but we are getting just
{'_id': '643640ce826da1abcb082278', 'name': 'xyz', 'createdAt': '2023-04-12T05:25:34.235Z', 'updatedAt': '2023-04-12T05:25:34.235Z', '__v': 0}
12 replies
NNovu
•Created by Prathap Belli on 1/5/2024 in #💬│support
How can we get newly created organizations api key using novu api.
now we have organizations apis to create and update, but get api doesnt provide api key details as it's associated with environment and now get v1/environments restricted to get current organization env not all.
8 replies
NNovu
•Created by Prathap Belli on 12/27/2023 in #💬│support
Issue with running migration script for version 0.21.0 self host
There is a Action Required for Upgrading in release note state that You must change the path for each script individually and run it separately.
added script in // apps/api/package.json
run cd apps/api
npm run migration
its throwing error that '../../src/config' model not found.
above code is there inside script we are running apps/api/migrations/integration-scheme-update/add-primary-priority-migration.ts
FYI: npm, selfhost, local, container, kubernetes
5 replies
NNovu
•Created by Prathap Belli on 9/7/2023 in #💬│support
is credentials is required field to update integration provider?
I want activate and disable already integrated provider , if i use put api credentials field is required otherwise its throwing error.
if I add empty object to credentials it will work but credentials get updated to null.
9 replies
NNovu
•Created by Prathap Belli on 9/6/2023 in #💬│support
Environment delete api and how to change current environment.
we have environment apis to create and get details. but we dont have delete api? if we we are not showing more than 2 environment in UI why do we need these apis?
I have created one new environment and that is set as current environment automatically am getting this new env when it try to get current env with /enviroments/me api
12 replies
NNovu
•Created by Prathap Belli on 9/1/2023 in #💬│support
Novu setup or upgrade to latest version(0.18.0)/(0.16.0) is not working correctly.
we are tried to upgrade to 0.16.0 and 0.18.0 we messed up the things with migration and replacing mongodb data etc so we decided to fresh new setup of novu using docker compose, 0.13.0 is working fine but not 0.16.0 and 0.18.0. with all the 3 versions UI is up, able to sign up and create workflows, add provider etc but actual trigger with test workflow is not working , we are not getting mail , activity feed is not updating.Is there any special configuration needs t0 be done for 0.16.0 and 0.18.0?
4 replies