bower.github.io icon indicating copy to clipboard operation
bower.github.io copied to clipboard

Search Page is broken

Open davejtoews opened this issue 2 years ago • 3 comments

Any search on https://bower.io/search/ results in an error state. Screenshot 2022-11-24 at 9 55 33 AM

First noticed on Wed Nov 23. Reproduced on Safari, FireFox and Chrome on macOS 13.0.1

All API requests in the to libraries.io in the network tab appear to be returning 404 errors

davejtoews avatar Nov 25 '22 21:11 davejtoews

Any updates on this? This is still showing no results

injimenez avatar Jul 05 '23 04:07 injimenez

Still not working?

Krakozaber avatar May 02 '24 04:05 Krakozaber

in case there is any confusion about this, this is the cause: https://github.com/librariesio/libraries.io/pull/2987/files the unprotected endpoint previously used by bower is now gone. the fetch here needs to be replaced with https://libraries.io/api/search?q=${query}&api_key={API_KEY}

tlebon avatar Jun 10 '24 15:06 tlebon

It should work now

sheerun avatar Sep 08 '24 07:09 sheerun