bower.github.io
bower.github.io copied to clipboard
Search Page is broken
Any search on https://bower.io/search/ results in an error state.
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
Any updates on this? This is still showing no results
Still not working?
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}
It should work now