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

Constantly recompiling in development mode #7978

Closed
Utzel-Butzel opened this issue Oct 3, 2022 · 1 comment
Closed

Constantly recompiling in development mode #7978

Utzel-Butzel opened this issue Oct 3, 2022 · 1 comment

Comments

@Utzel-Butzel
Copy link

Utzel-Butzel commented Oct 3, 2022

When upgrading the @keystone-6/core package from version 2.0.0 to 2.1.0 or newer the admin UI is constantly recompiling without any changes when running keystone dev. The bug appears directly after starting and also if the Admin UI is not opened in the browser.

The bug is also staying after downgrading back to 2.0.0 unless I reset my yarn.lock.

Bildschirmfoto 2022-10-03 um 20 41 55

I'm running keystone locally on a Macbook Pro M1 using yarn v1.22.18.

Thank you for the amazing project! ❤️

@Utzel-Butzel
Copy link
Author

Utzel-Butzel commented Oct 3, 2022

Solved the issue using keystonejs/create-keystone-app#350 and #7902

Upgrading also solves an next.js issue when deploying to AWS Elastic Beanstalk.

info  - Skipping validation of types  
warn  - Attempted to load @next/swc-linux-arm64-gnu, but an error occurred: /var/app/current/node_modules/@next/swc-linux-arm64-gnu/next-swc.linux-arm64-gnu.node: cannot allocate memory in static TLS block
warn  - Attempted to load @next/swc-linux-arm64-musl, but an error occurred: /lib64/libc.so: invalid ELF header
error - Failed to load SWC binary for linux/arm64, see more info here: https://nextjs.org/docs/messages/failed-loading-swc
error Command failed with exit code 1.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant