-
-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Bug] CORS: error while retrieving images... #11
Comments
@dtslvr Instagram added a CORS Policy to the free api last week that this widget uses. I currently don't have a quick fix to solve this problem. |
@dtslvr workaround available in |
It is working with Thank you very much @ptkdev! |
Great! |
I had the same problem as the cors, I updated but it still gives me this |
@ToledoNicola thanks, CORS issue appear again, Workaround: refresh 5-6 times and random the google proxy skip cors. My plugin cached latest correct response. |
Facing the same issue :( Could there be a possibility of a future workaround since instagram is now blocking these requests? @ptkdev |
@sarthaksharma2199 i need help. I tried all solutions in my mind but don't work. |
I have the same CORS issue in my website, I tried to add CORS policy in my header on the server but it doesn't work. Is possible add a config property to set a proxy server and we can add the workaround for other servers not just cloudflare? |
I personally gave up trying to beat Instagram and ad blockers and created this service: https://profilepageimages.usecue.com. It is aimed at developers who want to integrate Instagram in a really simple way. Simple: https://codepen.io/joosts/pen/NWbdMLW?editors=1100 The service currently has 75 users and is used on 21 websites. It uses the Instagram Basic Display API. I hate that this is required, but it gets the job done (properly). |
hi, I guess it is not working.... anyone has found an alternative ? thanks |
Expected Behavior
Images from Instagram are loaded.
Actual Behavior
No images from Instagram are loaded.
Steps to Reproduce
Access to fetch at 'https://www.instagram.com/ptkdev/?__a=1' from origin 'https://cdpn.io' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource. If an opaque response serves your needs, set the request's mode to 'no-cors' to fetch the resource with CORS disabled.
The text was updated successfully, but these errors were encountered: