Skip to content
This repository was archived by the owner on Nov 6, 2025. It is now read-only.
This repository was archived by the owner on Nov 6, 2025. It is now read-only.

fix typo, json errors on build #2

@ghost

Description

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;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions