File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed
Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -34,8 +34,6 @@ restate deployments register http://localhost:3000/restate --use-http1.1
3434
3535Check out the UI at ` http://localhost:3000 ` and send a greeting.
3636
37- <img src =" next_ui.png " alt =" Next.js UI " width =" 300px " />
38-
3937You should see the greeting response ` You said hi to Bob! ` in the UI.
4038
4139## See Durable Execution in action
@@ -52,8 +50,6 @@ SIMULATE_FAILURES=true npm run dev
5250
5351Submit another greeting from the UI and then check the invocation tab of the Restate UI to see the retries: ` http://localhost:9070 `
5452
55- <img src =" restate_ui.png " alt =" Restate UI " width =" 1000px " />
56-
5753Or in the app logs:
5854
5955``` log
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ npm run dev
2323
2424Connect your local service to Restate:
2525``` bash
26- npx @restatedev/restate dep add --use-http1.1 http://localhost:9080
26+ npx @restatedev/restate dep add --use-http1.1 http://localhost:3000/restate
2727```
2828
2929Iterate! 🔧
You can’t perform that action at this time.
0 commit comments