You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sure that this worked with v8.19.1 before, but since at least a few days, I get this error:
Uncaught TypeError: Cannot read properties of undefined (reading 'headers')
When I look at the types, it seems like this property never existed:
onRequest?: (args: ServeOnRequestArgs) => void
export interface ServeOnRequestArgs {
remoteAddress: string
method: string
path: string
status: number
/** The time to generate the response, not to send it */
timeInMS: number
}
What's the proper way to set authorization headers for HLS now?
The text was updated successfully, but these errors were encountered:
If you're reporting a 🐞 bug, please make sure you include steps to reproduce it. We get a lot of issues on this repo, so please be patient and we will get back to you as soon as we can.
To help make it easier for us to investigate your issue, please follow the contributing guidelines.
I have a stream that requires Auhtorization headers and had this code which worked until recently:
I am sure that this worked with
v8.19.1
before, but since at least a few days, I get this error:When I look at the types, it seems like this property never existed:
What's the proper way to set authorization headers for HLS now?
The text was updated successfully, but these errors were encountered: