About
I’ve now added where if you run the script, it will either install the commit app store and uninstall the main app store or uninstall the commit app store and install the main app store, so it’s possible for both, and when this issue is fixed, you can go back to the main app store easily.
The issue is with this pull request:
IceWhaleTech:main
← GiuseppeGalilei:unifi-network-application
@CorrectRoadH This has caused the App Store to break.
```
2024-01-26T15:27:0… 9.614-0600 info compose app does not have valid title map in its x-casaos extension - might not be a compose app for CasaOS {"app": "unifi-network-application", "func": "service.(*ComposeApp).SetTitle", "file": "/home/runner/work/CasaOS-AppManagement/CasaOS-AppManagement/service/compose_app.go", "line": 153}
```
<img width="259" alt="Screenshot 2024-01-26 at 3 19 52 PM" src="https://github.com/IceWhaleTech/CasaOS-AppStore/assets/1289128/3654e840-c54c-4e99-920f-f53048471e07">
<img width="548" alt="Screenshot 2024-01-26 at 3 31 45 PM" src="https://github.com/IceWhaleTech/CasaOS-AppStore/assets/1289128/9111e440-c8bb-4fc7-9826-bae1930ed4b0">
This should be changed to handle cases where the title or tagline is NULL.
https://github.com/IceWhaleTech/CasaOS-UI/blob/31ce55e1d97ed3fc43b90f6b91d59be9758d7e36/main/src/components/Apps/AppPanel.vue#L737
---------------------------------------
How you fix the app store not loading:
```
casaos-cli app-management register app-store https://github.com/IceWhaleTech/CasaOS-AppStore/archive/19b9149ce0bd50ffb8c898e283dc441605a3a369.zip
```
You might have to wait for this app store to show up:
```
casaos-cli app-management unregister app-store 0
```
You can check if it's shown up by running:
```
casaos-cli app-management list app-stores
```
Made a script to do this:
https://community.bigbeartechworld.com/t/fix-the-casaos-app-store-not-loading/593?u=dragonfire1119
When this issue is over, I plan on making this script revert back to the main app store.
Script
bash -c "$(wget -qLO - https://raw.githubusercontent.com/bigbeartechworld/big-bear-scripts/master/casaos-appstore-fix/run.sh)"
This issue has been fixed.