ECBSJ
ECBSJ
yea i get the same error...
The Nextjs docs should clearly document what can/cannot trigger the error.js component from rendering/displaying.
I appreciate the ChatGPT-like response
I'm also getting similar issues when trying to install via cargo on Windows: ``` error: failed to run custom build command for `librocksdb-sys v0.10.0+7.9.2` Caused by: process didn't exit successfully:...
I can also confirm that I too receive that error response right after a tx is successfully broadcasted
Yes I still do. Looks like I get it on many methods such as `getAddresses`: I'm on Leather v6.65.2 @stacks/connect v8.1.8
> > Users are unable to call contract functions that require a buffer value for a parameter. > > are they unable to make the contract call? or you're saying...
Dev suggested we give a better explanation of what the `transaction_payload` property should be when passing into the `https://api.hiro.so/v2/fees/transaction` endpoint. He stated that it wasn't clear enough. here's more context...
In the NFT metadata endpoint [page](https://docs.hiro.so/stacks/token-metadata-api/tokens/non-fungible-token-metadata), the example NFT contract using in the API Playground portion of this endpoint page is returning an error: ``` ❯ curl -X GET "https://...
The query param for this RPC endpoint `https://api.hiro.so/v2/contracts/call-read/{contract_address}/{contract_name}/{function_name}` takes in a `tip` param. But it doesn't take in the Stacks block height nor hash, but rather the `index_block_hash`. This `index_block_hash`...