GraphError: Subscription validation request failed despite Accessible Endpoint hosted on Google Cloud
Chưa có ai nhận issue này.
Đánh giá
- Độ khó
- 4/5
- Thời gian dự kiến
- 3-5 ngày
- Mức phù hợp với người mới
- 25/100
- Loại issue
- Lỗi
- Độ rõ ràng
- Cần làm rõ
- Mức độ hoạt động
- Đình trệ
- Công nghệ
- node.js, typescript
- Lĩnh vực
- api
Hướng nghiên cứu
Start by comparing the subscription request and validation response described in the issue with the SDK path shown in the stack trace, especially @microsoft/microsoft-graph-client/lib/src/GraphRequest.js and GraphErrorHandler.js. Determine whether the SDK request differs from Postman or whether the failure is returned by Microsoft Graph; done means a reproducible cause and a confirmed fix or actionable report.
Do mô hình lập chỉ mục viết ra từ nội dung của issue.
Mô tả
Bug Report
Prerequisites
- Can you reproduce the problem?
- Are you running the latest version?
- Are you reporting to the correct repository?
- Did you perform a cursory search?
For more information, see the CONTRIBUTING guide.
Description
I've been working on implementing Microsoft Graph webhook subscriptions in my application, and I've run into an issue with subscription validation. Whenever I attempt to validate the subscription, I've consistently receive the following error message:
GraphError: Subscription validation request timed out.
My subscription server is deployed and hosted on Google Cloud Function v2, allowing all unauthenticated invocations.
The following verification is performed using Microsoft's Postman Collection:
- Endpoint is accessible on the internet with unauthenticated invocation
- Endpoint is returning 200OK, text-plain, decoded validationToken as intended
- Endpoint able to reply within 10s timeframe consistently
However, when I actually attempt to create subscription request using MicrosoftGraph Javascript SDK, the validation request always faces timeout issue despite it being accessible via PostMan.
Code Snippet to Invoke Subscription Request
const requestBody: Subscription =
changeType: "updated",
resource: `/users/${folderId}/drive/root
expirationDateTime: new Date(now.setDate(now.getDate() + 28)).toISOString(),
notificationUrl: `${process.env.ONEDRIVE_URL}/folders/${folderId}?workspaceId=${workspaceId}`,
clientState: "somerandomtext";
}
await driveClient.api("/subscriptions").post(requestBody);
Console Errors:
GraphError: Subscription validation request timed out.
at new GraphError (/code/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphError.js:34:28)
at GraphErrorHandler.constructErrorFromResponse (/code/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphErrorHandler.js:63:22)
at Function.<anonymous> (/code/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphErrorHandler.js:91:48)
at step (/code/node_modules/tslib/tslib.js:195:27)
at Object.next (/code/node_modules/tslib/tslib.js:176:57)
at /code/node_modules/tslib/tslib.js:169:75
at new Promise (<anonymous>)
at Object.__awaiter (/code/node_modules/tslib/tslib.js:165:16)
at GraphErrorHandler.getError (/code/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphErrorHandler.js:87:24)
at GraphRequest.<anonymous> (/code/node_modules/@microsoft/microsoft-graph-client/lib/src/GraphRequest.js:315:84) {
statusCode: 400,
code: 'InvalidRequest',
requestId: 'uuid,
date: 2023-09-30T21:36:48.000Z,
body: '{"code":"InvalidRequest","message":"Subscription validation request timed out.","innerError":{"date":"2023-10-01T05:36:48","request-id":"uuid,"client-request-id":"uuid}}',
headers: HeadersList {
cookies: null,
[Symbol(headers map)]: Map(10) {
'cache-control' => [Object],
'transfer-encoding' => [Object],
'content-type' => [Object],
'content-encoding' => [Object],
'vary' => [Object],
'strict-transport-security' => [Object],
'request-id' => [Object],
'client-request-id' => [Object],
'x-ms-ags-diagnostic' => [Object],
'date' => [Object]
},
[Symbol(headers map sorted)]: null
}
}
Code Snippet to Listen for Subscription Validation
import { FastifyPluginAsyncTypebox } from "@fastify/type-provider-typebox";
import { Type } from "@sinclair/typebox";
export const ParamsSchema = Type.Object({
fid: Type.String(),
});
export const QuerySchema = Type.Object({
workspaceId: Type.RegEx(/^[0-9a-z]{25}$/),
validationToken: Type.Optional(Type.String()),
});
const main: FastifyPluginAsyncTypebox = async (app, options): Promise<void> => {
/**
* Listens to changes to a folder
*/
app.post("/", { schema: { params: ParamsSchema, querystring: QuerySchema } }, async (req, rep) => {
app.log.info("Received webhook request");
// If there is a validationToken parameter
// in the query string, this is the endpoint validation
// request sent by Microsoft Graph. Return the token
// as plain text with a 200 response
// https://docs.microsoft.com/graph/webhooks#notification-endpoint-validation
// https://github.com/microsoftgraph/nodejs-webhooks-sample/blob/main/routes/listen.js#L13
if (req.query.validationToken) {
return req.query.validationToken;
}
// Other logic but is commented
return {};
});
}
Screenshots: [If applicable, add screenshots to help explain your problem]
Logs from Google Cloud Console
Usage Information
Request ID - Value of the requestId field if you are receiving a Graph API error response
SDK Version - 3.0.7
- Node (Check, if using Node version of SDK)
Node Version - v18.17.1
I'm unsure why the validation request fails in my application but works with Postman. Can anyone offer guidance on what could be causing this issue or suggest potential solutions?
- Ngôn ngữ chính
- TypeScript
- Star
- 833
- Fork
- 240
- Chỉ số merge pull request
- Không có pull request nào được merge trong 30 ngày
Hướng dẫn đóng góp
Bắt đầu từ đâu
- Đọc hết issue, rồi đọc hướng dẫn đóng góp của dự án.
- Bình luận trên issue rằng bạn sẽ nhận — tránh hai người làm cùng một việc.
- Fork repository và làm thay đổi trên một nhánh.
- Mở pull request có tham chiếu số hiệu của issue.
Issue khác của microsoftgraph/msgraph-sdk-javascript
-
status:waiting-for-triage
Độ khó 1/5 Dưới một giờ Mức phù hợp với người mới 62/100
-
Is anyone here? Đang mở
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 25/100
microsoftgraph/msgraph-sdk-javascript#2005 · 1 reaction ·
-
Is it really correct that the Javascript version of the graph SDK doesn't offer typed requests? Đang mởstatus:waiting-for-triage
Độ khó 5/5 Hơn một tuần Mức phù hợp với người mới 42/100
-
status:waiting-for-triage type:bug
Độ khó 3/5 1-2 ngày Mức phù hợp với người mới 48/100
microsoftgraph/msgraph-sdk-javascript#1999 · 2 bình luận · 1 reaction ·
-
status:waiting-for-triage type:bug
Độ khó 4/5 3-5 ngày Mức phù hợp với người mới 45/100
Tất cả issue của microsoftgraph/msgraph-sdk-javascript
Issue tương tự
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 72/100
0xMiden/bridge-portal#132 ·
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 78/100
-
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 82/100
-
area:tools bug good first issue help wanted priority:P2
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 90/100
TaewoooPark/Motifcode#14 ·
-
bug
Độ khó 2/5 1-3 giờ Mức phù hợp với người mới 84/100
newrelic-experimental/preflight#793 · 1 bình luận ·