Auth0 custom header failing OPTIONS request

Hey, not sure if this is a regression, but now after syncing schema to local docker standalone:latest, my auth header is getting blocked. Have tried restart/resync schema with the same result.

Header name: X-Auth0-Token
Standalone image hash: 69f97354c992
Auth line at schema.gql EOF:

# Dgraph.Authorization {"VerificationKey":"-----BEGIN PUBLIC KEY-----[public key here]-----END PUBLIC KEY-----\n","Header":"X-Auth0-Token","Namespace":"https://dgraph.io/jwt/claims","Algo":"RS256","Audience":["[audience token here]"]}

Incidentally if I there’s a way to enable cors for local I’d love to stop sending OPTIONS requests

env var issue that was on me, sorry guys.