When updating to nextjs version 13.0.7, this error ocurrs: TypeError: Cannot read properties of undefined (reading 'call')
I was able to more or less isolate the error as being from supabase-listener.ts (based on a user-created component, following the steps provided on the docs)
Bug report
Describe the bug
When updating to nextjs version 13.0.7, this error ocurrs:
TypeError: Cannot read properties of undefined (reading 'call')
I was able to more or less isolate the error as being fromsupabase-listener.ts
(based on a user-created component, following the steps provided on the docs)To Reproduce
Create a new project with supabase following these directions: https://supabase.com/docs/guides/auth/auth-helpers/nextjs-server-components
You can see my specific implementation if you're interested here: https://github.com/Amethyst-Realms/website
Expected behavior
No errors occuring.
Screenshots
If applicable, add screenshots to help explain your problem.
System information