James Moriarty

Results 16 comments of James Moriarty

@vgavrilovikj please upgrade the library to v2.0.0. A change on instagrams side broke previous versions.

Sounds like this: https://github.com/jamesmoriarty/react-instagram-authless-feed/issues/17#issuecomment-791021158 What are you serving your site with?

@vgavrilovikj: https://stackoverflow.com/questions/39429462/adding-access-control-allow-origin-header-response-in-laravel-5-3-passport

Hey, it's on your side. Your laravel application serves a response with headers that restrict clientside requests to instagram.com and other origins. You need to read up on Laravel and...

Start with this: https://www.twilio.com/blog/handling-cross-origin-resource-sharing-cors-requests-laravel-7

It needs to be a response header on the page that makes the request clientside. E.g. index.php returned with the header and the client/browser requests instagram.com.

Apologies @vgavrilovikj looks like I'm seeing the same thing now. Appears something changed on the remotes this component depends on again.

@vgavrilovikj I'm currently testing this: https://github.com/jamesmoriarty/react-instagram-authless-feed/pull/20/files Having some issues verifying the fix/replicating the issue.

Looks like they made the workaround unusable even with the retry now.

@vgavrilovikj no. Instagram/Google made further changes which broke the last workaround. Hoping a new workaround appears in one of the other Github repositories.