Paweł Mrowiec
Paweł Mrowiec
Same for me using `puppeteer` ```js import { join } from "https://deno.land/[email protected]/path/mod.ts"; import denoDir from "https://deno.land/x/dir/mod.ts"; import puppeteer from 'npm:[email protected]'; import {install, resolveBuildId} from "npm:@puppeteer/[email protected]" const {executablePath} = await install({...
After some research - we have to differentiate between request and response headers correctly. To set some custom response headers we can do it like this: ```ts export function middleware(request:...
Struggling with the same issue when having CIFS automount enabled, when I disable them issue goes away. ``` cze 26 16:35:24 hp-elitebook-845-g11 kernel: Filesystems sync: 0.015 seconds cze 26 16:35:24...