• Resolved tdelsack

    (@tdelsack)


    Hey Alex,

    I’m getting the following message:

    Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource at {key here}. (Reason: CORS request did not succeed).

    I have the plugin installed (4.6.0), and the following lines on my wp-config.php:
    define('WP_SENTRY_BROWSER_DSN', '{DSN KEY HERE}');.

    What am I doing wrong?

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author stayallive

    (@stayallive)

    Hey there,

    Excellent question, I have looked at the link you’ve sent but I’m not seeing the same error currently.

    Are you by chance running an adblocker in your browser? Some adblockers unfortunately block requests to sentry.io (even though it’s not a tracker) and possibly the way they block the request results in that error.

    Or they fixed the error on their side since a CORS request is not something you can fix only the remote host can by adding some headers.

    Let me know if you are still seeing them!

    Thread Starter tdelsack

    (@tdelsack)

    Hey Alex,

    Yes – when I opened a private window, the error went away – thanks for that insight! Thanks again. Have a great one.

    Plugin Author stayallive

    (@stayallive)

    Interesting, I’ll assume for now it was a glitch since there is nothing I can do to fix a CORS issue.

    Maybe when you do see CORS issues again contact sentry.io directly so they can investigate with you.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘CORS did not succeed’ is closed to new replies.