Gregor Martynus
Gregor Martynus
I like it! Wanna send a pull request for further discussion? We should clarify the security implications of this, but it think it's a neat workaround for a common-enough problem,...
note to selves: current implementation in Node.js https://github.com/nodejs/node/blob/4612c793cb9007a91cb3fd82afe518440473826e/lib/internal/process/pre_execution.js#L168-L187
💯 agree, that error message is not very helpful 😕
@CMCDragonkai I was not able to reproduce the problem with this code ```ts import { createAppAuth } from "@octokit/auth-app"; const auth = createAppAuth({ appId: 'Iv23ct7ycNNTMv43gXI7', privateKey: PRIVATE_KEY, }); console.log(await auth({...
Is your server throwing the error? If so, I would add `User-Agent` to `Access-Control-Allow-Headers`
Is the problem with one of the AI Model providers or gateways? Or is it a server you deployed yourself? Very sorry for the friction this causes, but I'd rather...
@dylanmoz did you get it resolved? @nilveryboring does your server handle the CORS preflight requests?
It's hard for us to investigate until we have a way to replicate the problem ourselves, unfortunately
This is not a provider package, but a package that exposes tools that can be universally used across any providers, correct? Can you publish a package named `ai-sdk-scrapegraph-tools`? You can...
We can probably add this line ```js .replace(/\\n/g, '\n') ``` if that fixes the problem across all supported Node version. If the fix works, we should probably add it to...