Open jacmos3 opened 1 year ago
What node version are you using? I'm also on an M1 Macbook. You can also check out https://github.com/krpeacock/auth-client-demo for a slightly different setup, but the same issue may be a problem there
Hello, after a huge headache, I realized it is a node issue. I was using node v18. Then I downgraded to node 16 and now the code works.
Btw (I know it's not the correct thread here): just FIY I am also trying now the one you linked in your last message, but I am encountering an error after deployed the canister and started the frontend.. just after clicking the "login" button, it opens a blank page with this error on it: Replica Error (3): "IC0301: Canister a3shf-5eaaa-aaaaa-qaafa-cai not found"
Using macbook pro m1, node 16.20.0, npm 8.19.4, and dfx 0.14
thank you
Did you deploy the II canister as well?
Hello! I would like to use this project to start learning how to integrate a motoko canister with a frontend app using the Internet Identity. But I am having problems on building this version of the project. I am using a MacBook Pro with M1 and dfx version 0.14.
Steps I've done:
During the deploy I am encountering the following error, do you how it is possible to fix it? many thanks!