Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

JavaScript AJAX Basics (retiring) AJAX and APIs Displaying the Photos

Cross Origin Read Blocking (CORB)

jquery-1.11.0.min.js:4 Cross-Origin Read Blocking (CORB) blocked cross-origin response https://api.flickr.com/services/feeds/photos_public.gne?jsoncallback=jQuery111006450000646134744_1544157633150&_=1544157633154 with MIME type text/plain. See https://www.chromestatus.com/feature/5629709824032768 for more details.

Not sure what to do here - I understand what is happening, but is there aything I can do about it?

Can you please share your code, so we can see exactly what is going on.

1 Answer

Have you used correct link to bypass security by adding ?jsoncallback=? to the link?

Getting Same Error and photos are not displaying, HOW TO SOLVE IT ??