Hi! I am trying to fetch a custom header but getting an error for no header value but when I doing console.log, I am able to see those headers.
Fetching header like this:
const request:any = supertokens.getRequestFromUserContext(input.userContext);
const website = request.getHeaderValue("x-website");