jolly-tiger-57705
07/21/2022, 9:51 PMOry Kratos
to the GO generated client.
• I set the Authorization header using the Personal Access Token
• I verify the connection by calling client.MetadataApi.GetVersion(ctx).Execute()
Connection verification fails with 404. It works in local development. When I visit the url i see an error:
{
"error": {
"code": 404,
"status": "Not Found",
"request": "d2997dc1-7f49-981d-8217-51bb2be936a9",
"message": "Requested url does not match any rules"
}
}
high-optician-2097
jolly-tiger-57705
07/21/2022, 9:55 PMhigh-optician-2097
jolly-tiger-57705
07/22/2022, 7:30 AMhigh-optician-2097
jolly-tiger-57705
07/22/2022, 8:50 AMhealth/alive
there, but requests like this don't work (I'll change the token later):
curl -H "Authorization:ory_pat_Yxl4F1PxTVk0byBocYCH3DO4SnC0x4kf" <https://dazzling-shtern-uw97dfb4yg.projects.oryapis.com/health/alive>
{"error":{"code":404,"status":"Not Found","request":"e6015336-e513-939d-9057-999007661e4e","message":"Requested url does not match any rules"}}
high-optician-2097
high-optician-2097
jolly-tiger-57705
07/22/2022, 8:57 AMjolly-tiger-57705
07/22/2022, 8:58 AMhigh-optician-2097