Production isn't getting its own API KEY
When I hit the /v1/environments endpoint, I can see an apiKey for Dev but not Production. I went into the UI and tried to refresh the production api key (while I am in production environment) and it just changes the Dev API Key and shows that key for production. Note, this is for Novu cloud
3 Replies
Api response: {
"data": [
{
"_id": "653952bc8c585c81f7ea3e4c",
"name": "Development",
"identifier": "9LJqmYuFfYbR",
"_organizationId": "653952bc8c585c81f7ea3e3e",
"apiKeys": [
{
"key": "XXXXXX",
"hash": "XXXXX",
"_userId": "653952b674732a744190986e",
"_id": "66a2c191e73dfacb9e06c668"
}
],
"widget": {
"notificationCenterEncryption": false
},
"createdAt": "2023-10-25T17:39:08.526Z",
"updatedAt": "2024-07-25T21:20:17.285Z",
"v": 0,
"dns": {
"inboundParseDomain": "updates.roofquotes.com",
"mxRecordConfigured": true
}
},
{
"_id": "653952bf8c585c81f7ea3e92",
"name": "Production",
"identifier": "qh_wzIWYIl2f",
"_organizationId": "653952bc8c585c81f7ea3e3e",
"apiKeys": [],
"widget": {
"notificationCenterEncryption": false
},
"_parentId": "653952bc8c585c81f7ea3e4c",
"createdAt": "2023-10-25T17:39:11.499Z",
"updatedAt": "2024-03-19T13:58:29.166Z",
"v": 0
}
]
}
@thesockguy
Could you please logout and login again?
looks good now 🙂 Thank you!!! @Pawan Jain