ovrclk / akash-ecosystem

Web application to browse and search projects powered by Akash Network

Home Page:https://ecosystem.akash.network

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

fix typo, json errors on build

andy108369 opened this issue · comments

demludi#1339 reported there is a missing h letter in "Akash" at this page https://ecosystem.akash.network/projects/osmosis-dex

Feeds reporting it correctly after the typo was fixed in the airtable today

$ curl -s https://api.airtable.com/v0/appHcQU9gd0RCCeJS/Projects?api_key=REDACTED | jq -r '.' | grep -C1 'Osmosis team runs API servers on Akas'
        "Description": "Interchain Liquidity Lab",
        "Notes": "Osmosis team runs API servers on Akash\n",
        "Logo Square": [

However, bouncing the Pod of the 8303777 dseq (ecosystem.akash.network) did not fix the typo.

I believe the image needs to be rebuild.

Direct link to the deployment (to bypass cloudflare caching) => http://hovq6hrnopefv4889v0jv56dm4.ingress.provider-2.prod.ewr1.akash.pub/projects/osmosis-dex

Actual image running https://ecosystem.akash.network is ghcr.io/gosuri/akash-ecosystem:14afb2b-69:

[website-deploy][8303777-1-1]$ kubectl -n lease get manifest $ns -o yaml | grep image:
      image: ghcr.io/gosuri/akash-ecosystem:14afb2b-69

Also set here

image: ghcr.io/gosuri/akash-ecosystem:14afb2b-69

However, should not it be this one ghcr.io/ovrclk/akash-ecosystem:1662576911 instead, based on:

ghcr.io/ovrclk/akash-ecosystem

I've tried rebuilding it, but am getting these errors:

Error occurred prerendering page "/projects/stakewolle". Read more: https://nextjs.org/docs/messages/prerender-error
SyntaxError: Unexpected end of JSON input

Todo

  • figure what is the right image;
  • fix the JSON typo which breaks the build;
  • build the new image to see whether typo disappeared;
  • push the new image over dseq 8303777;