-
Notifications
You must be signed in to change notification settings - Fork 42
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: Cannot read properties of undefined (reading 'current') when adding --turbo in Next.js #258
Comments
In my case, an error message was |
Same problem here: |
+1 I am having the same issue when compiling with turbo |
Same here! I spent a lot of time trying to send emails with cc @bukinoshita |
Via Krithika in an email to me from resend: Could you please try adding resend to the serverComponentsExternalPacakge inside your next.config and see if this resolves it? Our team made some updates for this. IE: @johanguse try this and see if it works for you |
Hey, thanks for getting back to me, @collinversluis! I tried adding this to my next config, but it's not working for me. I keep getting an error on 'encodeXML'. I also tried adding or removing the ' "next": "14.1.4", The same error occurs with "next": "14.2.3." I prefer to keep the old version for now!
|
Also running into this error that's blocking all my builds with Next.js 14.2.3; wasn't sure if it's resend or react-email so added an issue here: resend/react-email#1499 None of the workarounds are working for me, so I hope we can find a resolution soon! |
I have already raised this issue at Vercel's repo. Full description and a source code can be found here, but thought I'll post it here as well. Not sure whether it's on Vercel's or your part, but I hope it gets fixed soon. Thanks a lot!
The text was updated successfully, but these errors were encountered: