-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
'request body too large' at yarn start:contract after modifying provided contract #28
Comments
Note Agoric/agoric-sdk#8621 (comment)
|
2 tasks
This was referenced Jan 3, 2024
@migueldingli1997 with #34 and #37 I suspect this will be resolved for you. Please take a look when you have a chance and let us know! |
Yep this is resolved! Thank you 🙏 |
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I've encountered a
request body too large
error when runningyarn start:contract
on a modifiedgameAssetContract.js
file. I only applied two changes; the rest is a fresh clone viayarn create @agoric/dapp
based on the latest commit at the time of writing, 774d182.import { assertIssuerKeywords } from "@agoric/zoe/src/contractSupport/index.js";
assertIssuerKeywords(zcf, harden(['Price']));
in thestart
function(Click me) Here's a complete dump of the yarn start:contract logging, which seems to show no problems up until the very end.
The text was updated successfully, but these errors were encountered: