jsanahuja / jquery.instagramFeed

Instagram Feed without access token. Not using the Instagram API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

"Access to XMLHttpRequest has been blocked by CORS policy"

gbvaz opened this issue · comments

Hi,

I'm getting the following error while trying to load it:

Access to XMLHttpRequest has been blocked by CORS policy No 'Access-Control-Allow-Origin' header is present on the requested resource.

I'm using the most recent version available as of today (2.1.1). Am I missing something?

Thanks for your help!

Can this be fixed by using CORS proxy server?
https://github.com/Rob--W/cors-anywhere/

No you're not missing something. The latest version with CORS policy error fix stopped working yesterday at least on me.
seems like looping the request callback for a number of times aren't working anymore.

Same for me CORS issue appeared yesterday.

I'm also having this issue at the moment, anyone have a fixed yet?

Same issue here. Projects with this plugin are not showing the Instagram feed anymore because of the CORS issue.

@politeshrimp

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.

Please have a look at this working solution
#103 (comment)

@politeshrimp

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.

Please have a look at this working solution
#103 (comment)

That solution appears to be broken now unfortunately.

Yes I have had the same problem already, but it goes away in a minute.
With a cache it makes its work.

Yes I have had the same problem already, but it goes away in a minute.
With a cache it makes its work.

Indeed it is now working again. Problem seems to be intermittent, though, so permanent fix? Sadly, no.

@politeshrimp

CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.

Please have a look at this working solution
#103 (comment)

It stopped working for me unfortunately
image

Not working here either just retrying x5 times with the same response

@jamessaget
Literally, wait a minute.

Upgrade to 3.0.0 and use this #103 (comment)