-
Notifications
You must be signed in to change notification settings - Fork 1.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
Keystone build gets stuck #7071
Comments
Hey @Thiggel! I can't reproduce this with the details you've provided, could you please provide further details such as your |
Hey @bladey, yeah I figured that I was using a custom logo, but for me it also didn't work changing the extension to .jpg or others, just including the Image React component already let the build script hang forever. I ended up removing the custom logo. |
Thanks @Thiggel, we'll get this resolved as soon as possible. |
Hello. Any resolution to this that does not involve logos? P.S. running the app via dev script works fine. |
Hi @gideonmaina. I'm having the same problem currently. There was already a new issue created #8760 |
Reported upstream vercel/next.js#54494 |
For me it worked by providing this in "resolutions": {
"@keystone-6/core/next": "13.4.12"
} |
thanks man you save my hours |
FOR NPM USE THIS: |
I tried building my keystone app for production, but the build script got stuck.
Steps to reproduce:
$ yarn build
Results
I expected the script to run through successfully, but it just started hanging forever at the following point:
I use node version
16.13.1
. These are my dependencies:The text was updated successfully, but these errors were encountered: