-
Notifications
You must be signed in to change notification settings - Fork 67
Support for target: 'experimental-serverless-trace' #6
Comments
Thank you for using next-on-netlify and for posting an issue here! 🙂 I had not heard of I'm not super familiar with Firebase. Do you have a minimal repository that reproduces the issue? That would be super helpful! We'll find a solution! Either by adding support for this new NextJS target or by manually including the |
I just tried spinning up a demo using
I basically just had to manually install three packages that NextJS does not seem to bundle when using
I'm not using Firebase, so we'll need to see how it works with that. If you can send a minimal repo, that would be awesome! |
Hey @theindiansoftwarecompany, Are you still needing support for this? Did you get a chance to set up a minimal repo where I can reproduce the error? I'm happy to look into it. Otherwise, I'll be closing this issue in a few days. We can always reopen it if the need arises. Hope you're doing well! |
I'm going to close this issue for now. Feel free to reopen it if you are still interested in resolving this issue! I'm here and happy to help :) Happy hacking 🔥 |
Can you also add for
target: 'experimental-serverless-trace'
.I'm using firebase, but the build returns an error:
Previously used,
target: 'serverless'
is going to be deprecated.Reference: vercel/next.js#11860
The text was updated successfully, but these errors were encountered: