Skip to content

Commit

Permalink
Merge pull request #212 from 0xPolygonID/develop
Browse files Browse the repository at this point in the history
Sync main from dev
  • Loading branch information
amonsosanz authored Nov 7, 2024
2 parents 6b882fe + 4a71032 commit b97845e
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ These tools are intended only for testing or development environments. In produc
:::

<div align="center">

![Ngrok Visit Site](/img/faqs/ngrok-visit-site.png)

</div>

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.
Expand All @@ -68,7 +70,9 @@ These tools are intended only for testing or development environments. In produc
:::

<div align="center">

![Local Tunnel Visit Site](/img/faqs/local-tunnel-visit-site.png)

</div>

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.
Expand All @@ -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.

</div>
</div>

0 comments on commit b97845e

Please sign in to comment.