Troubleshooting

Fix common widget, booking, webhook, and CORS problems in Rondo integrations.

Use this page to fix the most common Rondo setup problems before you dig into lower-level debugging.

Q&A

Use this section to check the fastest fix for common widget, booking, webhook, and CORS issues.

  • Widget not showing: Check that your API key is valid and your domain is included in allowedOrigins.
  • Availability shows no slots: Confirm that schedule rules are configured in the dashboard.
  • Booking form not appearing: Confirm that data-enable-booking="true" is set and data-api-key is present.
  • Webhook not firing: Check that your endpoint returns 200 quickly and that the webhook has not been disabled.
  • CORS error: Add your domain to allowedOrigins for your API key.

Next step: Continue to Limits to verify the request and webhook limits your integration should plan for.