azukaar / cosmos-casaos-store

Conversion of the CasaOS app store for Cosmos
Apache License 2.0
19 stars 1 forks source link

Blank page for all apps in the market #3

Open abysmal-link opened 3 months ago

abysmal-link commented 3 months ago

I added your repo, as I have added others, however all of the apps's pages for this repo are entirely blank. I have disabled all extensions that could be blocking anything and there is still no content to the app's pages. When I check the page source, this is all I get:

`

  | -- | --   |   |   |   |   |   | Cosmos   |   |   |   |   |   |   |
  |     |

  |  


<!DOCTYPE html>

Cosmos
` Thoughts? Did I miss something? Thank you for any insights you maybe able to share.
azukaar commented 3 months ago

What URL did you add exactly? check your config file (/var/lib/cosmos/) you might have made a mistake that caused the page to crash?

abysmal-link commented 3 months ago

Here is the link I used: https://azukaar.github.io/cosmos-casaos-store/index.json

Checking /var/lib/cosmos config now. What exactly am I looking for within this directory? I have added other third-party market sources and their app pages load as expected and are able to be installed. I added the casaos store just like I did the others, not sure where I could have gone wrong.

azukaar commented 3 months ago

Just look for the market config, that contains the sources and paste it here The CasaOS market definitely still work so you most likely put a wrong value in the URL

<!DOCTYPE html>
<html lang="en">
<head>
<meta http-equiv="expires" content="0">
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Cosmos</title>
<link rel="icon" type="image/x-icon" href="/cosmos-ui/assets/cosmos-8ce3155c.png">
<style>
@media (prefers-color-scheme: dark) {
html {
background-color: #141414;
}
}
</style>
<script type="module" crossorigin src="/cosmos-ui/assets/index-4e9b91c6.js"></script>
<link rel="stylesheet" href="/cosmos-ui/assets/index-b84c7161.css">
</head>
<body>
<div id="root"></div>
</body>
</html>