Webflow sync, pageviews & more.
NEW
Answers

What is causing the error message "POST https://rum-http-intake.logs.datadoghq.com/v1/input/pub9238a331d14b5f49624bb5e93b1bbd64?ddsource=browser&ddtags=sdk_version%3A3.6.12%2Cenv%3Aprod%2Cservice%3AWebflow-Dashboard%2Cversion%3Amain-7aa45cc013078e2b9def076ddf9bb0d99acbf3a5&batch_time=1687869247112 net::ERR_BLOCKED_BY_CLIENT" when trying to edit a component in Webflow that contains an embed element?

The error message you are seeing, `net::ERR_BLOCKED_BY_CLIENT`, typically indicates that a client-side extension or ad blocker is preventing the requested resource from loading. In this case, it is most likely that the extension or ad blocker is blocking the POST request to `rum-http-intake.logs.datadoghq.com`, which is used by Webflow Dashboard for sending logs or metrics related to the embedded element.

To resolve this issue, you can try the following steps:

1. Disable browser extensions: Temporarily disable any browser extensions, particularly ad blockers and privacy-focused extensions that might be interfering with the request. You can try disabling extensions one by one to identify the culprit.

2. Whitelist the domain: If you have control over the extension, you can try whitelisting the domain `rum-http-intake.logs.datadoghq.com` to allow the request to go through. How to whitelist a domain depends on the specific extension you're using. Refer to the extension's documentation or settings for instructions on whitelisting websites or disabling blocking for specific domains.

3. Use a different browser or incognito mode: Try opening Webflow Dashboard in a different browser or incognito mode, as this will disable any extensions you have installed by default. This can help determine if the issue is caused by an extension.

4. Clear browser cache and cookies: Clearing your browser's cache and cookies can sometimes resolve unexpected issues. Try clearing cache and cookies and then relaunch Webflow Dashboard to see if the error persists.

If none of the above steps resolve the issue, it may be worth reaching out to Webflow support for further assistance. They will have access to additional troubleshooting steps and be able to investigate if there are any specific issues with the Webflow platform or embedded elements.

Rate this answer

Other Webflow Questions