3 messages · Page 1 of 1 (latest)
export async function onRequest(context){ console.log('Hello'); return await next(); }
Hello is not being printed
Hello
anywhere near