DEV Community

Discussion on: Build an amazing Job Search App using React

 
myogeshchavan97 profile image
Yogesh Chavan

it's my pleasure

Thread Thread
 
theydonist404 profile image
owenm33 • Edited

EDIT: seems like the cause of this issue is that Github Jobs API is now deprecated (see here: github.blog/changelog/2021-04-19-d...)

Could somebody please elaborate on the fix for this? I ended up cloning the source repo and trying to access localhost:5000/jobs after yarn start from top-level and server folders (as instructed in readme) but I'm getting no UI in Firefox and console is reporting "Content Security Policy: The page’s settings blocked the loading of a resource at localhost:5000/favicon.ico (“default-src”)."

I've tried to follow the suggestions here: csplite.com/csp212/ but I'm just curious as to why I'm still getting this error even after copying the repo exactly.

Thanks heaps for the tutorial btw, it was super helpful