Hello! I am trying to explore my OpenChat User canister using Candid UI but I am failing and not sure why. The UI I’m using is https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.ic0.app.
The steps I’m using are as follows:
- Visit Candid UI - https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.ic0.app
- Enter my canister id, found in Profile Settings on OpenChat
- Select the candid file from my local OpenChat repo at
backend/canisters/user/api/can.did
- Click “Go”
I would expect to be able to see the available query and update calls but instead I see
An error happened in Candid canister:
Error: Cannot fetch candid file
at fetchActor (https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.ic0.app/index.js:2:319660)
at async https://a4gq6-oaaaa-aaaab-qaa4q-cai.raw.ic0.app/index.js:2:329683
I feel like this should be possible. Is there anything I’m missing?