Hi I wonder if its possible to use vercel workflow but with containerized application? I thought it's gonna be plug & play but got an error instead
{ "code": 500, "info": "INTERNAL_SERVER_ERROR", "requestId": "11d52832-26e2-4d33-9274-4a7476dff3aa", "message": "Failed to get OIDC token. This usually means the function is running outside of a Vercel Function environment.
To fix this, either:
- Deploy to Vercel (OIDC tokens are provisioned automatically)
- Provide a token explicitly:
new QueueClient({ token: '...' })
Cause: The 'x-vercel-oidc-token' header is missing from the request. Do you have the OIDC option enabled in the Vercel project settings?
Unable to find project root directory. Have you linked your project with vc link?"
}