RMS
RMS
try setting `sendExtraMessageFields` to `true`. works for us with `v2.2.35` ```js const { messages, input, handleInputChange, append, isLoading, setMessages } = useChat({ api: process.env.NEXT_PUBLIC_CHAT_LAMBDA_URL, sendExtraMessageFields: true, body: { functions, idToken,...
Thank you for the pointers @jansenbe . I will try to work on this and open a PR in the near future if that's ok. I will need to read...
We have the same running in a Docker container in Azure. It is currently blocking us from upgrading. Unfortunately the middleware workaround doesn't work for us.
I only see this issue if I enable the `reactStartCookie` [plugin](https://www.better-auth.com/docs/integrations/tanstack#usage-tips) by better-auth. And only after removing the node_modules folder and reinstalling(`pnpm install`). If I remove the plugin, clean, install....