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
The build (make install, etc) fails. Error messages and further investigation shows that this is due to the fact that the frontend entry point src/reversi_assets/public/index.html does not actually exist.
The text was updated successfully, but these errors were encountered:
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:
The build (make install, etc) fails. Error messages and further investigation shows that this is due to the fact that the frontend entry point src/reversi_assets/public/index.html does not actually exist.
The text was updated successfully, but these errors were encountered: