Error in service brozac with browzer 1004

Hi, i'm receiving following error trying do use browzer.

i'm using ext-jwt with entraid

i've used quickstart tutorial trying do access 127.0.0.1:8441

any ideas what the problem might be?

ov 07 15:56:49 ztnacontroller node[37749]: {"error":"Ziti Service [brozac] cannot be reached -- [The supplied request contains an invalid document or no valid accept content were available, see cause]","error_code":1004,"level":"error","message":"Access was revoked from your Identity, or the Service might be down.","timestamp":"2024-11-07T15:56:49.731Z","version":"0.77.0"}

Hi @terbaum The 1004 error code indicates that the Ziti Identity lacks access to the Ziti Service. Can you check to make sure that:

  • the Service you specified in your Bootstrapper config exists in the network
  • the Identity you are using has Dial access to the above Service

You can do this via the following cmd:

ziti edge policy-advisor identities <IDENTITY_NAME> <SERVICE_NAME>

If things are wired up properly, the output of that cmd will include text at the end that should say Dial: Y

If you see something different, we will need to do more trouble shooting.