Alexis
Alexis
Hey @yusukebe ! Can I do it ?
Thanks you very much @obedm503 ! Works like a charm
For headers, I was doing like this : ```typescript const headers = new HeaderMap(); c.req.raw.headers.forEach((value: string, key: string) => { if (value) { headers.set(key, Array.isArray(value) ? value.join(', ') : value);...
Same issue, did you find a fix?
Thanks. @V119, I have the same issue, did you find a fix ?
Thanks you @V119, appreciate your help
I tested with every front-end (Vanilla JS, React, Preact, Rust) an the same issue with everything.
appreciate your help, @FabianLars ! No, I don't have any context menu and I can't open devtools :(
When I run in debug mode in VS i got the following output : ``` 2024-01-15 16:56:26.291278+0100 what-ports[80492:1427886] [Process] WebContent process (0x11801cc40) took 2.903851 seconds to launch 2024-01-15 16:56:26.433394+0100 what-ports[80492:1428317]...