Skip to content
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

[BUG] - NextJs 13 Production Build is not progressing if we are using some NextUI components like Text. #852

Closed
ryadav96 opened this issue Nov 2, 2022 · 5 comments
Labels
🐛 Type: Bug Something isn't working

Comments

@ryadav96
Copy link

ryadav96 commented Nov 2, 2022

Describe the bug

NextJs 13 Production Build is not progressing if we are using some NextUI components like Text.

Your Example Website or App

No response

Steps to Reproduce the Bug or Issue

Create a next 13 app
Use Text component in pages
Run production build

Expected behavior

Production build should success.

Screenshots or Videos

image

No response

Operating System Version

macOs

Browser

Chrome

@ryadav96 ryadav96 added the 🐛 Type: Bug Something isn't working label Nov 2, 2022
@ryadav96
Copy link
Author

ryadav96 commented Nov 2, 2022

for nextJs 12. Its working

@tianenpang
Copy link
Member

Duplicate with #848 and refer to vercel/next.js#42171.

@dmythro
Copy link

dmythro commented Nov 4, 2022

Duplicate with #848 and refer to vercel/next.js#42171.

Well, SWC bug fix did resolve this one so far, just checked and build still stuck there.

@tianenpang
Copy link
Member

The v13.0.2 release seems not include this fix, please wait for the next (canary) version, currently it can be solved by disabling the swcMinify in next.config.js.

Link to vercel/next.js#42483

@tianenpang
Copy link
Member

Hey guys, it's been fixed in next@13.0.3-canary.0, install next@canary and give it a try.

The issue can be closed

@ryadav96 ryadav96 closed this as completed Nov 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 Type: Bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants