You're seeing the "ERR_BLOCKED_BY_CLIENT" error because a browser extension—most likely an ad blocker or privacy extension—is preventing a required third-party request used by Webflow for performance monitoring.
1. Understand the Error Message
- The error is being thrown for a POST request to
rum-http-intake.logs.datadoghq.com
, which is Datadog's RUM (Real User Monitoring) endpoint. - The message
ERR_BLOCKED_BY_CLIENT
typically comes from ad-blockers like uBlock Origin, Adblock Plus, or Brave Shield. - This third-party script is used by Webflow internally within the Designer or Dashboard to track performance and errors, but it's getting blocked.
2. Identify the Extension Causing the Block
- Check your browser for active extensions such as:
- AdBlock / Adblock Plus
- uBlock Origin
- Privacy Badger
- Brave Browser’s built-in Shield
- Temporarily disable these extensions and reload Webflow. If the error disappears, the extension is the cause.
3. Whitelist Datadog or Webflow
- For most ad-blockers, you can:
- Click the extension icon in your browser toolbar.
- Select “Don’t run on this site” or “Whitelist webflow.com”.
- This allows performance scripts like Datadog to load properly without disabling the extension globally.
4. Confirm It's Harmless for Your Site
- This error is only affecting the Webflow Designer environment, not your published site or users.
- It does not break any visual or functional aspects of your embedded components or site structure.
Summary
This error is caused by an ad blocker or privacy extension blocking Webflow’s internal use of Datadog. It’s safe to ignore unless it's interfering with editing. Disable or whitelist the extension in Webflow to resolve it.