CocoaPods / search.cocoapods.org

This is the CocoaPods search engine repo, please direct CocoaPods issues to the main CocoaPods repository.
25 stars 11 forks source link

Search isn't working #107

Closed NinoScript closed 7 years ago

NinoScript commented 7 years ago

Searching in cocoapods.org is currently broken, nothing happens.

Console outputs this: XMLHttpRequest cannot load https://search.cocoapods.org/api/v1/pods.picky.hash.json?query=something&ids=20&offset=0&sort=quality. Origin https://cocoapods.org is not allowed by Access-Control-Allow-Origin.

Seems to be this same issue: https://github.com/CocoaPods/cocoapods.org/issues/262

floere commented 7 years ago

Thanks for the issue! 😊 The problem was a 503 on the server – the full error message in the console noted this as well (The response had HTTP status code 503.). Cheers!