So I've changed to HTTPS and now I get a different...
# spicedb
d
So I've changed to HTTPS and now I get a different error. request:
Copy code
curl --location --request POST 'https://gateway-alpha.authzed.com/v1/schema/read' \
--header 'Authorization: <redacted>' \
--header 'Content-Type: application/json' \
--data-raw '{}'
response:
Copy code
// HTTP Status Code 503
{
    "code": 14,
    "message": "connection error: desc = \"transport: Error while dialing dial tcp: missing address\"",
    "details": []
}
e
there's an issue with the rest gateway in production right now
it has been fixed already but we haven't rolled it out to prod
assuming we don't discover any issues with it, we'll roll out the fix today
d
awesome, thanks for the quick response
j
This should be fixed now
d
It's working, thanks
3 Views