Skip to content

Commit 846a708

Browse files
authored
Update workshop.md to have dotnet dev-certs https (#58)
you can have a issue in your local dev environment regarding the https and you need to run dotnet dev-certs https
1 parent ea9f78b commit 846a708

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/workshop.md

+7
Original file line numberDiff line numberDiff line change
@@ -415,6 +415,13 @@ You can now run debug for the catalog-api by selecting **Run and Debug** in the
415415

416416
![Debug-Catalog-Api](./assets/vscode-debug-api.png)
417417

418+
**If you get an exeception about HTTPS, please run the command in the terminal**
419+
420+
```bash
421+
cd src/catalog-api
422+
dotnet dev-certs https
423+
```
424+
418425
Depending on the environment you are using :
419426
- Devcontainer :
420427
- Once the API is running, browse for the url: http://localhost:5076/products and you should see the list of products.

0 commit comments

Comments
 (0)