eager-student-88068
04/16/2025, 11:47 PM➜ gists git:(main) ✗ curl -sL \
--header "Authorization: Bearer $ORY_API_KEY" \
https://$<http://PROJECT_SLUG.projects.oryapis.com/version|PROJECT_SLUG.projects.oryapis.com/version> | jq
{
"error": {
"code": "404",
"details": {
"ruleId": "6176b3cb"
},
"message": "Invalid path",
"reason": "No resource found using the specified path.",
"status": "Not Found"
}
}
Is there something subtle I'm missing? I can hit other endpoints on that project, which is in "dev" mode.bland-eye-99092
04/17/2025, 12:45 AMeager-student-88068
04/17/2025, 2:18 AMeager-student-88068
04/17/2025, 2:19 AMeager-student-88068
04/17/2025, 5:23 PMeager-student-88068
04/17/2025, 5:25 PMbland-eye-99092
04/17/2025, 5:31 PMeager-student-88068
04/17/2025, 6:55 PMeager-student-88068
04/21/2025, 4:52 PM