Bradley Tinney
Bradley Tinney
@danielroe: It appears to properly set the cookies now, although I still have to use: `event.headers.cookie = event.cookies.join("; ");` over `event.headers.cookie = event.cookies.join(",");` in order to use the `cookie` library...
@datake914 (and others affected): sorry about the push for the change in #357 -- the separate `cookies` property is required if you are using Cloudfront vs. API Gateway.
Just adding on that this seems to be throwing an error in my projects as well. They use the rollup yaml plugin to process the yaml files into JS objects,...
I ran into this myself with an erroneous `"oauth": {}` in my `tauri.config.json` while trying to figure out why I was getting "oauth plugin not found" (which was really just...
Apologies, it appears my simple repo I used for #18238 does not have this issue on Node 24, so there must be another complicating factor. Unfortunately, the stack trace in...
It appears that loading the AWS Step Function Client and Sentry together (and then using `console.log()`) will cause the error for the Node 24 runtime. If you add this as...
This may be related to #6276, potentially.
> This may be related to #6276, potentially. The fix for #6276 did not fix this. It still turns 123456 into 165432.