You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
I'm running keystone locally on a Macbook Pro M1 using yarn v1.22.18.
Thank you for the amazing project! ❤️
The text was updated successfully, but these errors were encountered:
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.
When upgrading the
@keystone-6/core
package from version2.0.0
to2.1.0
or newer the admin UI is constantly recompiling without any changes when runningkeystone 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 myyarn.lock
.I'm running keystone locally on a Macbook Pro M1 using
yarn v1.22.18
.Thank you for the amazing project! ❤️
The text was updated successfully, but these errors were encountered: