From 6ceeb6223091d1a485abe561cff04529a7d86b78 Mon Sep 17 00:00:00 2001 From: Alex Monso Date: Thu, 7 Nov 2024 12:02:08 +0100 Subject: [PATCH] Fix FAQ images --- .../issuer-node-qr-code-callback-url-configuration.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/faqs/content/issuer-node-qr-code-callback-url-configuration.md b/docs/faqs/content/issuer-node-qr-code-callback-url-configuration.md index 852ed5a..0a59f8d 100644 --- a/docs/faqs/content/issuer-node-qr-code-callback-url-configuration.md +++ b/docs/faqs/content/issuer-node-qr-code-callback-url-configuration.md @@ -42,7 +42,9 @@ These tools are intended only for testing or development environments. In produc :::
+ ![Ngrok Visit Site](/img/faqs/ngrok-visit-site.png) +
3. **Update the Callback URL**: Use the URL provided by ngrok as the value for the `ISSUER_SERVER_URL` environment variable, then restart the services to apply it as the base URL for your callback. This ensures external accessibility. @@ -68,7 +70,9 @@ These tools are intended only for testing or development environments. In produc :::
+ ![Local Tunnel Visit Site](/img/faqs/local-tunnel-visit-site.png) +
3. **Update the Callback URL**: Set the URL provided by local tunnel as the value for `ISSUER_SERVER_URL`, then restart your services. This makes the callback URL accessible externally. @@ -88,4 +92,4 @@ Wrong answer: To make the "localhost" address accessible externally, simply adjust your local network settings or firewall to allow incoming connections, without the need for tools like ngrok or local tunnel. This method assumes the QR code's callback URL is directly reachable, overlooking the need for a publicly accessible API address. - \ No newline at end of file +