deployed chart - undefined_endpoint
Closed this issue · 1 comments
lachnerd commented
After Deploying the chart all i see is
"{"code":"undefined_endpoint","message":"Not Found"}"
by opening the browser on the ingress hosts urls this seems not correct ?
rhamzeh commented
Hi @lachnerd - OpenFGA is an API, and serves nothing at the default GET /
, try GET /healthz
or GET /stores
This is the list of our API endpoints: https://openfga.dev/api/service
We also have a CLI that can help you interact with the API quickly