diff --git a/public/logo/webhook.png b/public/logo/webhook.png new file mode 100644 index 0000000..eb408bf Binary files /dev/null and b/public/logo/webhook.png differ diff --git a/src/app/_components/ReadyToGetStarted.mdx b/src/app/_components/ReadyToGetStarted.mdx new file mode 100644 index 0000000..d4893c6 --- /dev/null +++ b/src/app/_components/ReadyToGetStarted.mdx @@ -0,0 +1 @@ +Ready to get started? [Create your account](https://spacedf.com/en/auth/sign-up) or explore our [cloud platform](/docs/getting-started/cloud-setup). \ No newline at end of file diff --git a/src/app/_components/RichCard.jsx b/src/app/_components/RichCard.jsx index 737add1..4d3ea9c 100644 --- a/src/app/_components/RichCard.jsx +++ b/src/app/_components/RichCard.jsx @@ -10,17 +10,20 @@ export const RichCardOptions = ({ children, className = "" }) => { ) } -export const RichCardOption = ({ icon, title, description, badge, href }) => { +export const RichCardOption = ({ icon, title, description, badge, href, className, badgeClassName }) => { return (
| + Issue + | ++ Potential Cause + | ++ Recommended Action + | +
|---|---|---|
| No Data Received | +Incorrect Webhook URL or missing event triggers. | +Verify the **Endpoint URL** in your Network Server and ensure **Uplink message** is enabled. | +
| Authentication Error | +Missing or invalid `X-SpaceDF-Token` header. | +Double-check the **Header Name** and **Secret Token** in your integration settings. | +
| Device Not Appearing | +DevEUI mismatch between platforms. | +Ensure the `devEUI` in TTN/ChirpStack matches the one registered in **SpaceDF** exactly | +
| Payload Parsing Failed | +Unsupported JSON structure or missing required fields. | +Compare your server's payload with the **SpaceDF Payload Schema**. | +