-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Description
I’m suddenly receiving a ‘project ID required’ when using didRegistry.ipfsStore.save(…)
Probably coming from the ipfs-http-client in the DidStore.
Might be related to PR #638 ?
I never had to specify infuraID (only for the resolver)
My initialization which was unchanged:
const { connectToCacheServer } = await initWithPrivateKeySigner(MY_PRIVATE_KEY, NODE_RPC_URL); const { connectToDidRegistry, assetsService, verifiableCredentialsService } = await connectToCacheServer(); const { didRegistry } = await connectToDidRegistry();
And then using:
didRegistry.ipfsStore.save(stringifiedVC);
results in:
[ERROR]: project id required
Metadata
Metadata
Assignees
Labels
No labels