usecannon/cannon

Trace does not load local files

FuzzB0t opened this issue · 1 comments

For some reason, it seems that running trace without providing an IPFS url still attempts to pull from IPFS.

image

It seems like using the default IPFS endpoint (https://ipfs.io) timesout / fails more often than other endpoints when trying this command.
I retried the trace command with a custom IPFS endpoint and it worked without timeouts. So this will likely not be a problem when we add the new IPFS service.

However, maybe there's a way to add provisioned packages when working with a build locally that requires them. There's likely a way to create the whole build topology locally so that when we need to trace something or run something against that build it wont need to fetch the provisioned packages everytime.