novuhq / novu

Open-Source Notification Platform. Embeddable Notification Center, E-mail, Push and Slack Integrations.
https://novu.co
Other
35.17k stars 3.8k forks source link

🐛 Bug Report: createIntegration throws a NovuNetworkException #6829

Open IamDucloux opened 4 hours ago

IamDucloux commented 4 hours ago

📜 Description

When i try to call the createIntegration method defined in the Java SDK it throws an exception, apparently the SDK its trying to send a POST request to a endpoint that doesn't exists anymore.

👟 Reproduction steps

Using the Java SDK, try to use the createIntegration method to create an integration.

👍 Expected behavior

It should send a request to create an integration

👎 Actual Behavior with Screenshots

It throws a NovuNetworkException

Screenshot from 2024-10-31 22-33-55

Novu version

Novu SaaS

npm version

NA

node version

NA

📃 Provide any additional context for the Bug.

I'm using the most recent version of the Java SDK (1.6.0) in a Spring project

👀 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

linear[bot] commented 4 hours ago

NV-4566 🐛 Bug Report: createIntegration throws a NovuNetworkException