Using next.js 15 and react 19. I was trying to set up Convex auth -- email + password, and with one-time password sent to the user's email with Resend for verification. I followed the docs and basically copied the relevant components and files from the demo Convex auth project on github.
When I enter my email and password, and click 'sign up', I get this error [CONVEX A(auth:signIn)] Uncaught ReferenceError: MessageChannel is not defined. I should say that 'plain auth'--no OTP or emails sent to the user--works fine, but this one does not. @foggy bramble sorry to be tagging you but I thought you might be a good fit for an insight here because I saw your comment about polyfilling MessageChannel in a thread on issues in react/email from last week