michaeljajou
michaeljajou
Any update on this issue? This is very important and i've seen a lot of other Github posts about this specific issue, even with some users having their app rejected...
Is there any way around this like downgrading Kotlin or is that not recommended? What are we supposed to do here?
@impatelravi I am also facing this issue, have you found a solution?
Any chance we can get this configured on SPM?
How can we achieve this?
Can we get this merged? What's the status
Can we get this merged?
```typescript Deno.serve(async (req) => { try { const payload: InsertPayload = await req.json(); const authUser = payload.record; const supabaseClient = createClient( Deno.env.get("URL") ?? "", Deno.env.get("KEY") ?? "", ); const user:...
Were you able to figure out the issue here?
I am also facing this issue