You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: backend/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ Of course you can use whichever cloud provider you like. But for demo purposes w
17
17
18
18
Our demo server will spin down with inactivity or due to exceeding the free monthly limit since we are using the free version. In this case your smart contract call will fail.
19
19
20
-
The demo server should still be available here: https://aa-hc-example.onrender.com/hc
20
+
The demo server should still be available here: https://aa-hc-text2call.onrender.com/hc
21
21
22
22
If you want to setup your own server on Render, just follow these steps:
23
23
1. Create account on [render.com](https://render.com)
Copy file name to clipboardExpand all lines: frontend/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,7 +25,7 @@ Our demo frontend will spin down with inactivity since we are using the free ver
25
25
The demo frontend should be live here (free, so might have some delay on cold starts):
26
26
https://aa-hc-example-fe.onrender.com
27
27
28
-
Also the backend is hosted as free version on Render. So make sure to open https://aa-hc-example.onrender.com/hc/ in Browser once to warm up the server. Otherwise the user operation might fail due to timeout.
28
+
Also the backend is hosted as free version on Render. So make sure to open https://aa-hc-text2call.onrender.com/hc/ in Browser once to warm up the server. Otherwise the user operation might fail due to timeout.
29
29
30
30
If you want to setup your own server on Render, just follow these steps:
31
31
1. Create account on [render.com](https://render.com)
@@ -62,4 +62,4 @@ Then you most likely have the wrong HybridAccount configured on your off-chain s
62
62
An error like `Failed to fetch` indicates that your backend/offchain rpc server didn't respond in a timely manner.
63
63
64
64
Since we host our backend on the free tier on Render.com right now, you might need to wake the server up by opening this url in the browser:
65
-
https://aa-hc-example.onrender.com/ (might take around 1 minute to load)
65
+
https://aa-hc-text2call.onrender.com/ (might take around 1 minute to load)
0 commit comments