From 7f7a3e2ddd420741e27b59a1ed65fd00b255f97e Mon Sep 17 00:00:00 2001 From: Devaroop Bhattacharya <582200+devaroop@users.noreply.github.com> Date: Thu, 7 Sep 2023 15:06:21 +0530 Subject: [PATCH] docs: fix mention of localhost:3000 in docs (#6506) fix mention of localhost:3000 in docs Co-authored-by: mffap --- docs/docs/support/troubleshooting.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/support/troubleshooting.mdx b/docs/docs/support/troubleshooting.mdx index 76d3204638..12c1ed6f41 100644 --- a/docs/docs/support/troubleshooting.mdx +++ b/docs/docs/support/troubleshooting.mdx @@ -38,7 +38,7 @@ This claim identifies the audience, i.e. the resource server, that this token is If a resource server does not identify itself with a value in the "aud" claim when this claim is present, then the must be rejected (see [RFC7519](https://www.rfc-editor.org/rfc/rfc7519#section-4.1.3) for more details). You might encounter this error message from ZITADEL, typically when you authenticated with a client in one project and trying to access an application in another project. -You need add a specific [reserved scope](http://localhost:3000/docs/apis/openidoauth/scopes#reserved-scopes) to add the projectID to the audience of the access token. +You need add a specific [reserved scope](/docs/apis/openidoauth/scopes#reserved-scopes) to add the projectID to the audience of the access token. The two scenarios should help you troubleshoot this issue: