-
Notifications
You must be signed in to change notification settings - Fork 4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
🐛 Bug Report: 431 Error During Novu Sync Command Execution #7486
Comments
Hi @ericmaro , This is George from Novu. I wasn't able to reproduce this issue on my end. Could you please:
This information will help me better understand and resolve your issue. Thanks! |
I'm facing the same issue. @djabarovgeorge from my end, these are the info you requested:
Let me know if there's any other useful info you'll need |
Found the issue. I was pointing Thanks @IZIDIOZZ! |
Hi, cc @ericmaro |
📜 Description
When attempting to run the
npx novu@latest sync
command with the specified parameters, the process fails with a431 Request Header Fields Too Large
error. This issue appears to occur during a POST request to the self hosted<REDACTED>
endpoint.👟 Reproduction steps
npx novu@latest
.sync
command with the following parameters: *--bridge-url <REDACTED>
*--secret-key <REDACTED>
*--api-url <REDACTED>
👍 Expected behavior
The
npx novu@latest sync
command should execute successfully, syncing the specified bridge URL, secret key, and API URL without errors. It should establish a connection to the server and complete the sync process without triggering any HTTP status code errors.👎 Actual Behavior with Screenshots
Novu version
2.1.0
npm version
10.1.0
node version
20.8.1
📃 Provide any additional context for the Bug.
I also tried Github action with the same results
👀 Have you spent some time to check if this bug has been raised before?
🏢 Have you read the Contributing Guidelines?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: