AceCodePt
AceCodePt
Hi! Found 2 problems: 1. making POST requests to pages with data (in any non empty format) doesn't return. 2. When using the @fastify/websocket, the vite websocket runs partially on...
I have the following code: ```ts const defineRoutes: DefineFastifyRoutes = (fastify) => { fastify.register(import("@fastify/formbody")); } ``` I ran: `pnpm build` `node ./dist/server/entry.mjs` This code seems to throw the follwoing: ```json...
**Describe the bug** A clear and concise description of what the bug is. **To Reproduce** Steps to reproduce the behavior: 1. Go to '/proxies/create' 2. Click on 'no' 3. Click...
**Describe the bug** Created a sniffer: https://reeeally-pxkre.sniffer.sharkio.dev But it crashes **To Reproduce** Steps to reproduce the behavior: Create a sniffer for https://reeeally.com Get into the generated website. **Expected behavior** Should...
Hi :) As sorta of continuation to #173 Ran locally with: ```toml [project] name = "check" version = "0.1.0" description = "" authors = [ {name = "Sagi Carmel",email =...