phkla1
phkla1
To fix this you can `touch src/reversi_assets/public/index.html` (unix systems) to create an empty index.html . I would have sent a pull request but don't have much experience with makefiles.
Unfortunately this is not a solution. Upon creating a blank index.html, successfully building and installing the canister, and visiting the canister page: * Page initially doesn't load....console.log error shows missing...
You need to stop dfx, uninstall dfx, and then install dfx version 0.6.22 (https://sdk.dfinity.org/docs/developers-guide/install-upgrade-remove.html#install-version) before you proceed. Then it will work.