arladmin

Results 63 comments of arladmin

@br41nslug > > What could be a fix/workaround to avoid/manage these (excessive resource utilisation) scenarios ? > > Hard to say without knowing the cause. But from your graphs it...

Is there some sort of a workaround to implement this functionality, in the meanwhile?

In this particular use-case, i'm trying to search for a workaround as i'm not saving the response in the Typebot DB at all. I'm simply asking them to fill up...

> This particular error comes from the generic S3 node [still reading the files into memory](https://github.com/n8n-io/n8n/blob/master/packages/nodes-base/nodes/S3/S3.node.ts#L838) for the `upload` operation. A quick fix would be to switch to streaming. The...

@netroy I'll try to share a sanitised version of my workflow. Meanwhile, i tried the HTTP node again. Here's the exact error: ![image](https://github.com/n8n-io/n8n/assets/64059154/e285085c-ce0e-48ad-aaac-717d72d6514b) Note: `Ignore SSL Issues` = `true`

> On the API configuration page, the JWT Key is the secret key (not the token you will use). > > To get the token key, go to https://jwt.io/: >...

@br41nslug > > It is also necessary to pass the tokens in headers for getting images, as we cannot rely on cookies always. > > Cookies are passed as a...

> That's what I thought, though @arladmin started mentioning it's a design flaw and breaking change/bug so I got confused 🤷🏻 @rijkvanzanten My main reason for terming this a 'design...

> > The session token is a cookie, so when you open the assets endpoint in the browser it'll use that cookie session token. You don't have to include any...

@Nsenz What is the correct Header value? Couldn't find it anywhere.