From aedf9f5e6d7b3f2ce06f6dc00842cf432ff54dc6 Mon Sep 17 00:00:00 2001 From: Nabarun Date: Tue, 27 Feb 2024 10:22:41 +0530 Subject: [PATCH] Add troubleshooting section --- packages/deployer/README.md | 29 ++++++++++++++++------------- 1 file changed, 16 insertions(+), 13 deletions(-) diff --git a/packages/deployer/README.md b/packages/deployer/README.md index bbd8937..ed357e3 100644 --- a/packages/deployer/README.md +++ b/packages/deployer/README.md @@ -17,19 +17,6 @@ ... ``` -- Check balances - ```bash - # Account balace - yarn laconic cns account get - - # Bond balance - yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac - ``` - - Commmand to refill bond incase balance is less - ```bash - yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000 - ``` - - Run script ```sh ./deploy-frontend.sh @@ -75,7 +62,23 @@ LACONIC_HOSTED_CONFIG_app_server_url: https://snowballtools-base-api-001.apps.snowballtools.com ... ``` + - On changing `LACONIC_HOSTED_CONFIG_app_github_clientid`, the GitHub client ID and secret need to be changed in backend config too - Deploy app ``` ./deploy-frontend.sh ``` + +## Troubleshoot + +- Check balances + ```bash + # Account balace + yarn laconic cns account get + + # Bond balance + yarn laconic cns bond get --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac + ``` + - Commmand to refill bond incase balance is less + ```bash + yarn laconic cns bond refill --id 8fcf44b2f326b4b63ac57547777f1c78b7d494e5966e508f09001af53cb440ac --type aphoton --quantity 10000000 + ``` \ No newline at end of file