ยฉ 2026 Hedgehog Software, LLC
async function foo(){ "use server"; const res = await callApi(); // how append a cookie here? return res.data } createAsync(()=> foo())
Cannot set headers after they are sent to the client