_middleware.ts not even running

export async function onRequest(context){

    console.log('Hello');

    return await next();
}
Was this page helpful?