dfinity / examples

Example applications, microservices, and code samples for the Internet Computer
https://dfinity.org
Apache License 2.0
538 stars 353 forks source link

Errors with `motoko/random_maze` example #939

Closed jessiemongeon1 closed 1 month ago

jessiemongeon1 commented 2 months ago

When using dfx generate in the motoko/random_maze example, the following error is returned:

Generating type declarations for canister random_maze_assets:
Error: Failed while trying to generate type declarations for 'random_maze_assets'.
Caused by: Candid file: ../examples/motoko/random_maze/.dfx/local/canisters/random_maze_assets/assetstorage.did doesn't exist.

If dfx deploy is used, the Candid files are generated and the canisters are deployed successfully, but the frontend canister's 'Generate!' button does not return the expected response of the generated maze.

Reported by user on the forum: https://forum.dfinity.org/t/developer-journey-feedback-and-discussion/23893/70 Error recreated by myself in my local environment.

github-actions[bot] commented 1 month ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 month ago

This issue was closed because it has been inactive for 14 days since being marked as stale.