You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To reach this point, I simply followed the instructions from the readme of that sample.
I can see that the issue is that the filesize of the chaincode is too large (it is actually 3 GB in size) while only 100 MB are allowed. I can fix it by increasing the RPC limit, but I have the feeling that something else is going wrong here.
Can you please have a look?
I am getting a likewise error when running the IOU sample.
The text was updated successfully, but these errors were encountered:
Hi @corthDfine , this happened to me in the past when my local branch contains some leftover of previous integration tests execution. I would suggest you to check git status to identify if any non-tracked file is there in your branch. In case, remove them and retry 🤞
I am getting the following error when trying to run the weaver relay sample:
To reach this point, I simply followed the instructions from the readme of that sample.
I can see that the issue is that the filesize of the chaincode is too large (it is actually 3 GB in size) while only 100 MB are allowed. I can fix it by increasing the RPC limit, but I have the feeling that something else is going wrong here.
Can you please have a look?
I am getting a likewise error when running the IOU sample.
The text was updated successfully, but these errors were encountered: