-
Notifications
You must be signed in to change notification settings - Fork 27.2k
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
Upgrade from 13.1.6 to next 13.2.4 fails production build #47340
Comments
My original issue was closed in favor of issue 46374. Despite its resolution, my problem persists, so I'm opening this issue. |
Could you please attach a minimial public reproduction?
|
Potentially fixed in Nx, see #46374 (comment) Feel free to close the issue if true, otherwise we will need a reproduction. |
@balazsorban44 On my side when I bump nx to 15.8.7, our next 13.1.6 app is now failing to build with similar errors found in the previous issue like
|
Please, add a reproduction. See the message from Tim #46374 (comment) Also, you might need to bump |
I know we need a repro, takes time that I don't have currently. Same errors when I bump next and nx. No worries on my side can wait. Thanks :) |
This issue has been automatically closed because it received no activity for a month and had no reproduction to investigate. If you think it was closed by accident, please leave a comment. If you are running into a similar issue, please open a new issue with a reproduction. Thank you. |
Hi I wanted to know if this was resolved? |
Hi @calvincchong, I did an upgrade to the latest nextjs version without upgrading nrwl/next. That worked, then I upgraded nrwl/next and I got the above mentioned errors, I moved the issue to nrwl/nx#16361 |
We resolved the issue, see my comment here: nrwl/nx#16361 (comment) |
This closed issue has been automatically locked because it had no new activity for a month. If you are running into a similar issue, please create a new issue with the steps to reproduce. Thank you. |
Verify canary release
Provide environment information
Which area(s) of Next.js are affected? (leave empty if unsure)
No response
Link to the code that reproduces this issue
/
To Reproduce
"@nrwl/next": "15.8.7" + "next": "13.2.4"
Describe the Bug
When running
nx export website
Receiving numerous errors of this type:
Attempted import error: 'ReactComponent' is not exported from '../../public/img/logos/alpha.svg' (imported as 'AlphaSvg').
import code:
import { ReactComponent as AlphaSvg } from '../../public/img/logos/alpha.svg';
And
Expected Behavior
Build succeeds without any errors like v13.1.6 or please clarify any breaking changes.
Which browser are you using? (if relevant)
No response
How are you deploying your application? (if relevant)
No response
The text was updated successfully, but these errors were encountered: