-
Notifications
You must be signed in to change notification settings - Fork 1
fix typo, json errors on build #2
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
Line 17 in 43d2d1a
| image: ghcr.io/gosuri/akash-ecosystem:14afb2b-69 |
However, should not it be this one ghcr.io/ovrclk/akash-ecosystem:1662576911 instead, based on:
Line 1 in 94a5057
| ghcr.io/ovrclk/akash-ecosystem |
akash-ecosystem/.akash/VERSION
Line 1 in 14afb2b
| 1662576911 |
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;