-
Notifications
You must be signed in to change notification settings - Fork 93
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
c32ed3f
commit 9d567c9
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -220,7 +220,7 @@ We are ready now to verify the changes on the Frontend Web App and test locally. | |
#### 2.5 Test `{{ apps.frontend }}` and `{{ apps.backend }}` Locally Using Dapr | ||
|
||
!!! success | ||
Now both Applications are running using Dapr sidecar. Open the local frontend UI URL, ignore the certificate warning locally, then provide an email to load the tasks for the user (e.g. `[email protected]`). If the application is working as expected you should see tasks list associated with the email you provided. | ||
Now both Applications are running using Dapr sidecar. Note how ports 3500 and 3501 are used when starting the container apps. These ports instruct the container runtime to communicate with the Dapr sidecar, whereas the https ports from the appsettings files are the ports you use to launch the application locally. Open the local frontend UI URL (use `$FRONTEND_UI_BASE_URL_LOCAL` from step 2.4), ignore the certificate warning locally, then provide an email to load the tasks for the user (e.g. `[email protected]`). If the application is working as expected you should see tasks list associated with the email you provided. | ||
|
||
- Close the sessions and navigate to the root. | ||
|
||
|