cross-origin-read-blocking

Grepper code extension not showing suggestions and add answer option


As i cleaned up my computer and reinstalled chrome latest version and when i tried using grepper code extension it was not working. It was not showing any answers and not even letting me add a new answer. I tried researching for a while but couldn't find a solution to it.

Then i tried opening it inside the firefox and it was working perfectly and i can even see suggestions and even add new answers.

Then When i checked inside my console log i found some errors while doing a google search and the errors were related to the grepper cross origin issue. I am attaching the screenshot of the issue that occurred

enter image description here


Solution

  • I solved this error by allowing the cross origin access using the following extension :

    https://chrome.google.com/webstore/detail/allow-cors-access-control/lhobafahddgcelffkeicbaginigeejlf?hl=en
    

    and then just reloading the page the errors were gone and you can also check if it is working or not inside the test panel of the extension :

    https://webbrowsertools.com/test-cors/
    

    I am attaching some screenshots that will define my solution.

    enter image description here

    enter image description here

    enter image description here

    enter image description here