JJ Eaton

Results 15 comments of JJ Eaton

did u find a solution it seems to be a popular question with no answer

I was able to peice together a solution following this blog post https://jonmeyers.io/blog/forwarding-cookies-from-server-components-to-route-handlers-with-next-js-app-router How ever i was not able to manually create a session with the tokens from an api...

I came up with an ok solution it is not perfect but it works. This uses `getSession` from the server page and passes the jwt to the api route. I...

I have a similar issue. I think it has to do with how you are setting the cookies. For some reason we can only set a single `Set-Cookie` header with...

This is an ongoing issue but they seem to just move on here is another thread that was closed. https://github.com/supabase/auth-helpers/issues/545 I have been scratching my head for days. following the...

please do not do this. SSR is still full of issues and updating would break every app I have built

They do not seem interested in getting this to work correctly. My solution above works but requires the session to be created each time an API route is called. It...

everything worked fine when deployed to supabase I am not importing anything for JSZip it seems to be something done under the hood. @gregnr Should I be cloning and running...

``` { "imports": { "postgres": "https://deno.land/x/[email protected]/mod.ts", "puppeteer": "https://deno.land/x/[email protected]/mod.ts" } } ``` here is my import map. I am alse importing serve directly into the functions as it seemed to be...

@Elodin77 I have just been running the function individually and it seems to work. Bit annoying as I cant test the functions that call other functions locally but at least...