From 0f1efe374f5d4a5957c80a52bda0ce8510075e85 Mon Sep 17 00:00:00 2001 From: mDuo13 Date: Thu, 20 Mar 2025 16:38:16 -0700 Subject: [PATCH] Credential Issuer tutorial: macOS notes --- .../python/build-apps/credential-issuing-service.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/docs/tutorials/python/build-apps/credential-issuing-service.md b/docs/tutorials/python/build-apps/credential-issuing-service.md index 9815e83530..fefe537ccb 100644 --- a/docs/tutorials/python/build-apps/credential-issuing-service.md +++ b/docs/tutorials/python/build-apps/credential-issuing-service.md @@ -57,6 +57,12 @@ To start the issuer microservice in dev mode, run the following command from the flask --app issuer_service run ``` +On macOS, you may need to specify a different port number because the Flask default port, `5000`, is used by the OS's **AirPlay Receiver** service. For example: + +```sh +flask --app issuer_service run --port 5008 +``` + It should prompt you for your **issuer account** seed. Input the secret key you saved previously and press Enter. The output should look like the following: @@ -82,6 +88,7 @@ To request a credential, make a request such as the following: {% tab label="Summary" %} * HTTP method: `POST` * URL: `http://localhost:5000/credential` + {% admonition type="info" name="Note for macOS Users" %}If you specified a different port when starting the service, change `:5000` in this and other examples to match the port you specified.{% /admonition %} * Headers: * `Content-Type: application/json` * Request Body: