Ivan horomanski

Results 5 comments of Ivan horomanski

im facing the same issue as @strizzwald mentioned , is there a current solution ?

i always got the error when decoding the ID_TOKEN instead of access_token so i found out that the audience set in the ID_TOKEN is no the same than the one...

i'm facing the same issue. So far the only solution i found is to use Prisma on the edge following this article: https://www.prisma.io/blog/database-access-on-the-edge-8F0t1s1BqOJE.

@ndom91 do you know if Prisma edge client is compatible with Supabase Supavisor https://github.com/supabase/supavisor/blob/main/README.md.

I can't run my e2e tests using Nextjs 14 with the directive "server only" as it fails if any of my services include it. in Vitest i'm able to mock...