Skip to content

Infura project ID required #647

@Ni3l55

Description

@Ni3l55

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions