Uploadthing onUploadComplete not triggering nextjs 15I am using Supabase Auth in Next.js,
I couldn't figure out the solution for more than 6 hours now.
I am using Supabase Auth in Next.js, tried to implement uploathing for saving user avatar.
The onUploadComplete method is not triggering, although the image is successfully uploaded on the dashboard.
If i exclude /api/uploadthing from the middleware.ts onUploadComplete is now triggering but now the authenticated user is null.
I really need help.
I have attached the screenshot of middleware.ts with excluded uploadthing route, uploadthing/route.ts and core.ts



1 Reply
So found a solution but don't know is i should do this.
Found out that I can use Supabase service role key which gives full access to bypass rls police.
Is this safe though?