Bryce Bjork

Results 3 comments of Bryce Bjork

To get RecordRTC and StereoAudioRecorder working with NextJS, I had to apply these the changes in this PR using patch-package. Would be great to get these merged into master

> Here's the workaround: > > Suppose you have a route handler for a nodejs runtime like this: > > ```tsx > // https://supabase.com/docs/guides/auth/auth-helpers/nextjs#route-handlers > import { createRouteHandlerClient } from...