JohnPozy
JohnPozy
NNovu
Created by JohnPozy on 12/3/2024 in #💬│support
Cannot sync to production
Hi all, need an expert help for my issue that cannot sync workflow to prod via CLI.. My prod bridge url is connected with the dashboard
"@novu/framework": "^2.5.1",
"@novu/node": "^2.0.5",
"@novu/react": "^2.6.0",
"@novu/framework": "^2.5.1",
"@novu/node": "^2.0.5",
"@novu/react": "^2.6.0",
npx novu@latest sync --bridge-url https://api.site.com/novu --secret-key ***bee5
npx novu@latest sync --bridge-url https://api.site.com/novu --secret-key ***bee5
here's the response
data: {
statusCode: 400,
timestamp: '2024-12-03T17:57:42.208Z',
path: '/v1/bridge/sync?source=cli',
message: 'Signature does not match the expected signature. Please ensure the signature provided in the `novu-signature` header is correct and try again.',
error: 'Bad Request'
}
data: {
statusCode: 400,
timestamp: '2024-12-03T17:57:42.208Z',
path: '/v1/bridge/sync?source=cli',
message: 'Signature does not match the expected signature. Please ensure the signature provided in the `novu-signature` header is correct and try again.',
error: 'Bad Request'
}
3 replies