Open
Description
The function
const accessToken = await getAccessToken({
credentials: credentials,
scope: "https://www.googleapis.com/auth/cloud-platform",
waitUntil: c.executionCtx.waitUntil,
});
Isn't working for me, it works locally, but when I use it in the worker it says this: TypeError: Illegal invocation
Anyone faced the same problem?
Metadata
Metadata
Assignees
Labels
No labels