Electron-Store / electron-app-store

A Cross-Platform App Store for Electron.js Apps
https://electron-store.org
MIT License
102 stars 22 forks source link

[BUG] API broken #17

Closed relliv closed 2 years ago

relliv commented 2 years ago

Describe the bug

Some endpoints return empty respınse such as https://api.electron-store.org/get-category-list? and I think to explore feed API changed https://api.electron-store.org/explore-feed? because the logo field missing. Search endpoints blocking with CORS error.

Finally, UI is empty.

Screenshots image image

Desktop (please complete the following information): Edition Windows 11 Pro Version 21H2 Installed on ‎5.‎10.‎2021 OS build 22000.613 Experience Windows Feature Experience Pack 1000.22000.613.0

jdev082 commented 2 years ago

Issues: Most icons do not load Some applications do not appear

rustdevbtw commented 2 years ago

I've rewritten most (if not all) of the API and found out that the existing App Store isn't working with the new API. I'm currently working on the complete rewrite of the App Store to make it work with the new API. And with Icons, the CORS issue was preventing them from loading which has been fixed with the new API (https://api.electron-store.org/app-img/:app).

rustdevbtw commented 2 years ago

Also I found out that /get-category-list and /explore-feed endpoints need some fixes. I'll fix them push the latest commit soon.

rustdevbtw commented 2 years ago

Fixed with electron-store/electron-store-api@7b44d65