Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix typo, json errors on build #2

Open
4 tasks
andy108369 opened this issue Jan 13, 2023 · 0 comments
Open
4 tasks

fix typo, json errors on build #2

andy108369 opened this issue Jan 13, 2023 · 0 comments

Comments

@andy108369
Copy link
Contributor

andy108369 commented Jan 13, 2023

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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant