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
I have tried to run in local development using docker, npx method and yarn dev method. But all shares the same issue that the nodes and credentials cannot be loaded. FYI, I have tried macbooks with both m1 and m2 chips, but both in vain. Anyone can help with this? Thanks.
Another minor issue is that for docker, it doesn't support amd64, I have added FROM amd64/docker in Dockerfile and it works. Thanks.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I have tried to run in local development using docker, npx method and yarn dev method. But all shares the same issue that the nodes and credentials cannot be loaded. FYI, I have tried macbooks with both m1 and m2 chips, but both in vain. Anyone can help with this? Thanks.
Another minor issue is that for docker, it doesn't support amd64, I have added
FROM amd64/docker
in Dockerfile and it works. Thanks.Beta Was this translation helpful? Give feedback.
All reactions